mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
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