Bug 424771

This commit is contained in:
Marc Delisle
2001-05-31 19:10:22 +00:00
parent 14df959256
commit 6f471a60b8
3 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ require("./grab_globals.inc.php3");
require("./lib.inc.php3");
$sql_query=urldecode($sql_query);
if($goto == "sql.php3")
{
$goto = "sql.php3?server=$server&lang=$lang&db=$db&table=$table&pos=$pos&sql_query=".urlencode($sql_query);