* 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

@@ -15,9 +15,9 @@ require('./libraries/common.lib.php3');
*/
$err_url = 'tbl_properties.php3'
. '?lang=' . $lang
. '&server=' . $server
. '&db=' . urlencode($db)
. '&table=' . urlencode($table);
. '&server=' . $server
. '&db=' . urlencode($db)
. '&table=' . urlencode($table);
/**