forked from Wavyzz/dolibarr
Fix: Removed warnings
This commit is contained in:
@@ -849,7 +849,6 @@ function complete_dictionnary_with_modules(&$taborder,&$tabname,&$tablib,&$tabsq
|
|||||||
$handle=@opendir(dol_osencode($dir));
|
$handle=@opendir(dol_osencode($dir));
|
||||||
if (is_resource($handle))
|
if (is_resource($handle))
|
||||||
{
|
{
|
||||||
|
|
||||||
while (($file = readdir($handle))!==false)
|
while (($file = readdir($handle))!==false)
|
||||||
{
|
{
|
||||||
//print "$i ".$file."\n<br>";
|
//print "$i ".$file."\n<br>";
|
||||||
|
|||||||
Reference in New Issue
Block a user