Fix: Removed warnings
This commit is contained in:
parent
25a4c4cd2e
commit
b5fa4ade4b
@ -849,6 +849,7 @@ 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>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user