Fix: Removed warnings

This commit is contained in:
Laurent Destailleur 2011-09-21 16:40:52 +00:00
parent 28bb87d2ed
commit be5e7151d8

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>";