bug 508024

This commit is contained in:
Marc Delisle
2002-01-28 17:59:53 +00:00
parent 93becbf066
commit a14c130e8b
2 changed files with 2 additions and 3 deletions

View File

@@ -7,8 +7,6 @@
*/
require('./libraries/grab_globals.lib.php3');
require('./libraries/common.lib.php3');
/**
* Initializes some variables
*/
@@ -29,7 +27,7 @@ if (isset($after_insert) && $after_insert == 'new_insert') {
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query));
} else if ($goto == 'sql.php3') {
} else /* if ($goto == 'sql.php3') */ {
$goto = 'sql.php3?'
. 'lang=' . $lang
. '&server=' . $server