2
0
forked from Wavyzz/dolibarr

New: early development of multi-company module

This commit is contained in:
Regis Houssin
2009-04-28 08:42:56 +00:00
parent 9cc8f2fed8
commit 47cde9d686
4 changed files with 238 additions and 234 deletions

View File

@@ -66,7 +66,7 @@ class ModeleExports
$i=0;
while (($file = readdir($handle))!==false)
{
if (eregi("^export_(.*)\.modules\.php",$file,$reg))
if (eregi("^export_(.*)\.modules\.php$",$file,$reg))
{
$moduleid=$reg[1];