Qual: Reduce quantity of code. Make code simpler

This commit is contained in:
Laurent Destailleur
2009-05-04 11:40:00 +00:00
parent 7697a914d1
commit 754041115f
52 changed files with 659 additions and 971 deletions

View File

@@ -58,7 +58,7 @@ class modNotification extends DolibarrModules
$this->special = 1;
$this->picto='email';
// Dir
// Data directories to create when module is enabled.
$this->dirs = array();
// Dependances
@@ -89,7 +89,7 @@ class modNotification extends DolibarrModules
{
// Permissions
$this->remove();
return $this->_init($sql);
}