mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Migrated ClassName to __construct() function
Changed $DB to $db lower-cased "Class"
This commit is contained in:
@@ -50,7 +50,7 @@ class CommandeStats extends Stats
|
||||
* @param string $mode Option
|
||||
* @param int $userid Id user for filter
|
||||
*/
|
||||
function CommandeStats($db, $socid, $mode, $userid=0)
|
||||
function __construct($db, $socid, $mode, $userid=0)
|
||||
{
|
||||
global $user, $conf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user