swap form fields position for consistency
This commit is contained in:
5
sql.php3
5
sql.php3
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets some core libraries
|
* Gets some core libraries
|
||||||
*/
|
*/
|
||||||
require('./libraries/grab_globals.lib.php3');
|
require('./libraries/grab_globals.lib.php3');
|
||||||
require('./libraries/common.lib.php3');
|
require('./libraries/common.lib.php3');
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the url to return to in case of error in a sql statement
|
* Defines the url to return to in case of error in a sql statement
|
||||||
*/
|
*/
|
||||||
@@ -450,8 +453,8 @@ else {
|
|||||||
?>
|
?>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<?php echo $strBookmarkLabel; ?> :
|
<?php echo $strBookmarkLabel; ?> :
|
||||||
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
|
|
||||||
<input type="hidden" name="server" value="<?php echo $server; ?>" />
|
<input type="hidden" name="server" value="<?php echo $server; ?>" />
|
||||||
|
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
|
||||||
<input type="hidden" name="fields[dbase]" value="<?php echo $db; ?>" />
|
<input type="hidden" name="fields[dbase]" value="<?php echo $db; ?>" />
|
||||||
<input type="hidden" name="fields[user]" value="<?php echo $cfgBookmark['user']; ?>" />
|
<input type="hidden" name="fields[user]" value="<?php echo $cfgBookmark['user']; ?>" />
|
||||||
<input type="hidden" name="fields[query]" value="<?php echo urlencode($sql_query); ?>" />
|
<input type="hidden" name="fields[query]" value="<?php echo urlencode($sql_query); ?>" />
|
||||||
|
Reference in New Issue
Block a user