Qual: Missing variable declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:34:36 +02:00
parent 20983b4807
commit f476bee0c7

View File

@ -149,6 +149,8 @@ class modCron extends DolibarrModules
*/ */
function init($options='') function init($options='')
{ {
$sql = array();
// Prevent pb of modules not correctly disabled // Prevent pb of modules not correctly disabled
//$this->remove($options); //$this->remove($options);