* fixed bug #468749 (Left Frame not expanding in iCab)

This commit is contained in:
Loïc Chapeaux
2001-10-11 22:25:28 +00:00
parent 270e544b12
commit 4faa013df5
23 changed files with 181 additions and 170 deletions

View File

@@ -29,7 +29,7 @@ if ($goto == 'sql.php3') {
if (isset($url_err)) {
$url_err = urldecode($url_err);
} else {
$url_err = $goto;
$url_err = str_replace('&', '&', $goto);
}
// Resets tables defined in the configuration file
reset($fields);