Fix: Fix a lot of bugs (missing translations, sql error, country flag not shown, region management, W3C, ajax too slow...)

This commit is contained in:
Laurent Destailleur
2010-07-09 23:49:41 +00:00
parent 6c5bd89487
commit d2acbc35ec
56 changed files with 227 additions and 723 deletions

View File

@@ -67,9 +67,9 @@ class modFTP extends DolibarrModules
// Data directories to create when module is enabled
$this->dirs = array("/ftp/temp");
// Langs file within the module
$this->langfiles = array("@ftp");
$this->langfiles = array("ftp");
// Config pages. Put here list of php page names stored in admmin directory used to setup module
$this->config_page_url = array('ftpclient.php@ftp');