fixed bug #496469 - File name too long

This commit is contained in:
Loïc Chapeaux
2001-12-24 13:15:35 +00:00
parent 9148355c62
commit ea7c666a28
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2001-12-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/auth/cookie.auth.lib.php3: servers choice box was displayed
even if there is only one server.
* tbl_replace.php3, line 231: fixed bug #496469 - File name too long.
2001-12-23 Marc Delisle <lem9@users.sourceforge.net>
* links to new short doc pages are now completed

View File

@@ -228,7 +228,7 @@ if (!$result) {
} else {
$message = $strModifications;
}
if (file_exists('./' . $goto)) {
if (@file_exists('./' . $goto)) {
if ($goto == 'db_details.php3' && !empty($table)) {
unset($table);
}