forked from Wavyzz/dolibarr
New: early development of multi-company module
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user