forked from Wavyzz/dolibarr
Qual: Missing global declaration
This commit is contained in:
@@ -67,7 +67,7 @@ class mod_project_simple extends ModeleNumRefProjects
|
||||
*/
|
||||
function canBeActivated()
|
||||
{
|
||||
global $conf,$langs;
|
||||
global $conf,$langs,$db;
|
||||
|
||||
$coyymm=''; $max='';
|
||||
|
||||
@@ -150,4 +150,4 @@ class mod_project_simple extends ModeleNumRefProjects
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user