Fix: Removed warnings

This commit is contained in:
Laurent Destailleur 2011-09-21 16:40:52 +00:00
parent b1d534a63b
commit dd5844f7ec

View File

@ -849,6 +849,7 @@ function complete_dictionnary_with_modules(&$taborder,&$tabname,&$tablib,&$tabsq
$handle=@opendir(dol_osencode($dir));
if (is_resource($handle))
{
while (($file = readdir($handle))!==false)
{
//print "$i ".$file."\n<br>";