New: Add a first version of a Paybox module

Qual: Renamed directories in public in english
This commit is contained in:
Laurent Destailleur
2009-02-11 20:44:00 +00:00
parent 8dc37f13f2
commit 317d5a6ea9
31 changed files with 1108 additions and 93 deletions

View File

@@ -81,8 +81,8 @@ class modMyModule extends DolibarrModules
// Dependencies
$this->depends = array(); // List of modules id that must be enabled if this module is enabled
$this->requiredby = array(); // List of modules id to disable if this one is disabled
$this->phpmin = array(4,1); // Minimum version of PHP required by module
$this->need_dolibarr_version = array(2,4); // Minimum version of Dolibarr required by module
$this->phpmin = array(4,3); // Minimum version of PHP required by module
$this->need_dolibarr_version = array(2,5); // Minimum version of Dolibarr required by module
$this->langfiles = array("mymodule");
// Constants