fixed bug #496469 - File name too long
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2001-12-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-12-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* libraries/auth/cookie.auth.lib.php3: servers choice box was displayed
|
* libraries/auth/cookie.auth.lib.php3: servers choice box was displayed
|
||||||
even if there is only one server.
|
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>
|
2001-12-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* links to new short doc pages are now completed
|
* links to new short doc pages are now completed
|
||||||
|
@@ -228,7 +228,7 @@ if (!$result) {
|
|||||||
} else {
|
} else {
|
||||||
$message = $strModifications;
|
$message = $strModifications;
|
||||||
}
|
}
|
||||||
if (file_exists('./' . $goto)) {
|
if (@file_exists('./' . $goto)) {
|
||||||
if ($goto == 'db_details.php3' && !empty($table)) {
|
if ($goto == 'db_details.php3' && !empty($table)) {
|
||||||
unset($table);
|
unset($table);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user