From 856fe699e401d184a9aa854455661208410323c8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Sep 2008 21:28:45 +0000 Subject: [PATCH] Fix: Error in comment --- dev/skeletons/modMyModule.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/skeletons/modMyModule.class.php b/dev/skeletons/modMyModule.class.php index 6c87abf2f9a..998e44fe137 100644 --- a/dev/skeletons/modMyModule.class.php +++ b/dev/skeletons/modMyModule.class.php @@ -50,7 +50,7 @@ class modMyModule extends DolibarrModules // Key text used to identify module (for permission, menus, etc...) $this->rights_class = 'mymodule'; - // Family can be 'crm','financial','hr','projects','product','ecm','technic','other' + // Family can be 'crm','financial','hr','projects','products','ecm','technic','other' // It is used to group modules in module setup page $this->family = "projects"; // Module label (no space allowed) used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module) @@ -207,7 +207,7 @@ class modMyModule extends DolibarrModules $ok = 1; if ($ok) { - $dir = DOL_DOCUMENT_ROOT.'/mysql/tables/mymodule/'; + $dir = DOL_DOCUMENT_ROOT.'/mymodule/sql/'; $ok = 0; // Run llx_mytable.sql files