"only complain about not found files (not found dirs dont matter)"

This commit is contained in:
Ralf Becker 2008-10-08 07:26:51 +00:00
parent bb1ed52c7f
commit 8375a909f7

View File

@ -461,7 +461,7 @@ function phpgwapi_upgrade1_5_011()
rmdir($old_path);
}
}
else
elseif(!($stat["mode"] & sqlfs_stream_wrapper::MODE_DIR))
{
echo "phpgwapi_upgrade1_5_011() $url: $old_path not found!\n";
}