* fixed bug #468749 (Left Frame not expanding in iCab)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user