Rename tbl_* files to drop useless _properties part.
This commit is contained in:
@@ -127,9 +127,9 @@ if ( !empty($submit_mult) && !empty($what)) {
|
||||
$js_to_run = 'functions.js';
|
||||
unset($message);
|
||||
if (isset($table) && strlen($table)) {
|
||||
require('./libraries/tbl_properties_common.php');
|
||||
$url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
|
||||
require('./libraries/tbl_properties_table_info.inc.php');
|
||||
require('./libraries/tbl_common.php');
|
||||
$url_query .= '&goto=tbl_sql.php&back=tbl_sql.php';
|
||||
require('./libraries/tbl_info.inc.php');
|
||||
} elseif (isset($db) && strlen($db)) {
|
||||
require('./libraries/db_details_common.inc.php');
|
||||
require('./libraries/db_info.inc.php');
|
||||
@@ -231,7 +231,7 @@ if ( !empty($submit_mult) && !empty($what)) {
|
||||
<?php
|
||||
if (strpos(' ' . $action, 'db_details') == 1) {
|
||||
echo PMA_generate_common_hidden_inputs($db);
|
||||
} elseif (strpos(' ' . $action, 'tbl_properties') == 1
|
||||
} elseif (strpos(' ' . $action, 'tbl_') == 1
|
||||
|| $what == 'row_delete') {
|
||||
echo PMA_generate_common_hidden_inputs($db, $table);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user