Disable rmdir warning.

This commit is contained in:
andrey
2001-10-26 19:06:01 +00:00
parent 7ead159849
commit 85e1f567d4
2 changed files with 2 additions and 2 deletions

View File

@@ -1177,7 +1177,7 @@ function _run_mod_handler()
closedir($handle); closedir($handle);
if ($level) if ($level)
rmdir($dirname); @rmdir($dirname);
return true; return true;
} }

View File

@@ -1177,7 +1177,7 @@ function _run_mod_handler()
closedir($handle); closedir($handle);
if ($level) if ($level)
rmdir($dirname); @rmdir($dirname);
return true; return true;
} }