Qual: Clean code.

This commit is contained in:
Laurent Destailleur
2013-06-03 15:18:36 +02:00
parent 7dc984fd6f
commit c1dd2f20cd
8 changed files with 15 additions and 103 deletions

View File

@@ -165,15 +165,5 @@ class modWorkflow extends DolibarrModules
return $this->_remove($sql,$options);
}
/**
* Create tables and keys required by module
* This function is called by this->init.
*
* @return int <=0 if KO, >0 if OK
*/
function load_tables()
{
return $this->_load_tables('');
}
}
?>