go back to structure sub-page
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
|
* lang/*.php3, libraries/common.lib.php3: new features EXPLAIN
|
||||||
and "Create PHP Code", thanks to Mike Beck
|
and "Create PHP Code", thanks to Mike Beck
|
||||||
* sql.php3: $is_analyse was sometimes undefined
|
* sql.php3: $is_analyse was sometimes undefined
|
||||||
|
* tbl_alter.php3: go back to structure sub-page
|
||||||
|
|
||||||
2002-05-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-05-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* config.inc.php3; db_details_links.php3; db_search.php3;
|
* config.inc.php3; db_details_links.php3; db_search.php3;
|
||||||
|
@@ -17,7 +17,7 @@ if (!isset($submit_mult)) {
|
|||||||
/**
|
/**
|
||||||
* 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
|
||||||
*/
|
*/
|
||||||
$err_url = 'tbl_properties.php3'
|
$err_url = 'tbl_properties_structure.php3'
|
||||||
. '?lang=' . $lang
|
. '?lang=' . $lang
|
||||||
. '&server=' . $server
|
. '&server=' . $server
|
||||||
. '&db=' . urlencode($db)
|
. '&db=' . urlencode($db)
|
||||||
@@ -92,7 +92,7 @@ if (isset($submit)) {
|
|||||||
$result = mysql_query($sql_query) or PMA_mysqlDie('', '', '', $err_url);
|
$result = mysql_query($sql_query) or PMA_mysqlDie('', '', '', $err_url);
|
||||||
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenAltered;
|
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenAltered;
|
||||||
$btnDrop = 'Fake';
|
$btnDrop = 'Fake';
|
||||||
include('./tbl_properties.php3');
|
include('./tbl_properties_structure.php3');
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user