* 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

@@ -28,9 +28,9 @@ if ($goto != 'db_details.php3' && $goto != 'tbl_properties.php3') {
} else {
$err_url = $goto
. '?lang=' . $lang
. '&server=' . $server
. '&db=' . urlencode($db)
. (($goto == 'tbl_properties.php3') ? '&table=' . urlencode($table) : '');
. '&server=' . $server
. '&db=' . urlencode($db)
. (($goto == 'tbl_properties.php3') ? '&table=' . urlencode($table) : '');
}