pursuit the "stay on the sub-pages as long as needed" work
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
* Runs common work
|
||||
*/
|
||||
require('./tbl_properties_common.php3');
|
||||
$err_url = 'tbl_properties_operations.php3' . $err_url;
|
||||
$url_query .= '&back=tbl_properties_operations.php3';
|
||||
|
||||
|
||||
/**
|
||||
@@ -299,7 +301,9 @@ if (!empty($cfg['Server']['relation'])) {
|
||||
<?php
|
||||
echo "\n";
|
||||
while ($rel = mysql_fetch_row($result)) {
|
||||
echo ' <a href="sql.php3?' . $url_query .'&sql_query='
|
||||
echo ' '
|
||||
. '<a href="sql.php3?' . $url_query
|
||||
. '&sql_query='
|
||||
. urlencode('SELECT ' . PMA_backquote($table) . '.* FROM '
|
||||
. PMA_backquote($table) . ' LEFT JOIN '
|
||||
. PMA_backquote($rel[1]) . ' ON '
|
||||
@@ -323,7 +327,7 @@ if (!empty($cfg['Server']['relation'])) {
|
||||
|
||||
<!-- Flushes the table -->
|
||||
<li>
|
||||
<a href="sql.php3?<?php echo str_replace('&goto=tbl_properties.php3', '&goto=tbl_properties_operations.php3', $url_query); ?>&sql_query=<?php echo urlencode('FLUSH TABLE ' . PMA_backquote($table)); ?>&zero_rows=<?php echo urlencode(sprintf($strTableHasBeenFlushed, htmlspecialchars($table))); if ($cfg['ShowTooltip']) echo '&reload=1'; ?>">
|
||||
<a href="sql.php3?<?php echo $url_query; ?>&sql_query=<?php echo urlencode('FLUSH TABLE ' . PMA_backquote($table)); ?>&zero_rows=<?php echo urlencode(sprintf($strTableHasBeenFlushed, htmlspecialchars($table))); if ($cfg['ShowTooltip']) echo '&reload=1'; ?>">
|
||||
<?php echo $strFlushTable; ?></a>
|
||||
<?php echo PMA_showDocuShort('F/L/FLUSH.html') . "\n"; ?>
|
||||
<br /><br />
|
||||
|
Reference in New Issue
Block a user