Removed unuseful opensurvey admin page

This commit is contained in:
Marcos García de La Fuente
2014-01-03 00:44:56 +01:00
parent 5f3d2aea51
commit 694fd5810a
2 changed files with 0 additions and 69 deletions

View File

@@ -74,9 +74,6 @@ class modOpenSurvey extends DolibarrModules
//$this->dirs[0] = DOL_DATA_ROOT.'/mymodule;
//$this->dirs[1] = DOL_DATA_ROOT.'/mymodule/temp;
// Config pages. Put here list of php page names stored in admin directory used to setup module
$this->config_page_url = array("index.php@opensurvey");
// 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