moved tbl_properties_common.php into libraries
This commit is contained in:
@@ -16,6 +16,10 @@ $Source$
|
|||||||
* tbl_rename.php: removed, deprecated by function PMA_table_rename()
|
* tbl_rename.php: removed, deprecated by function PMA_table_rename()
|
||||||
* db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
|
* db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
|
||||||
pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
|
pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
|
||||||
|
* libraries\mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
|
||||||
|
tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
|
||||||
|
tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
|
||||||
|
tbl_relation.php: moved tbl_properties_common.php into libraries
|
||||||
|
|
||||||
2005-12-07 Michal Čihař <michal@cihar.com>
|
2005-12-07 Michal Čihař <michal@cihar.com>
|
||||||
* lang/*: Unused messages cleanup, add missing ones.
|
* lang/*: Unused messages cleanup, add missing ones.
|
||||||
|
@@ -127,7 +127,7 @@ if ( !empty($submit_mult) && !empty($what)) {
|
|||||||
$js_to_run = 'functions.js';
|
$js_to_run = 'functions.js';
|
||||||
unset($message);
|
unset($message);
|
||||||
if (!empty($table)) {
|
if (!empty($table)) {
|
||||||
require('./tbl_properties_common.php');
|
require('./libraries/tbl_properties_common.php');
|
||||||
$url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
|
$url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
|
||||||
require('./libraries/tbl_properties_table_info.inc.php');
|
require('./libraries/tbl_properties_table_info.inc.php');
|
||||||
}
|
}
|
||||||
|
2
sql.php
2
sql.php
@@ -695,7 +695,7 @@ else {
|
|||||||
$js_to_run = 'functions.js';
|
$js_to_run = 'functions.js';
|
||||||
unset($message);
|
unset($message);
|
||||||
if (!empty($table)) {
|
if (!empty($table)) {
|
||||||
require('./tbl_properties_common.php');
|
require('./libraries/tbl_properties_common.php');
|
||||||
$url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
|
$url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
|
||||||
require('./libraries/tbl_properties_table_info.inc.php');
|
require('./libraries/tbl_properties_table_info.inc.php');
|
||||||
require('./libraries/tbl_properties_links.inc.php');
|
require('./libraries/tbl_properties_links.inc.php');
|
||||||
|
@@ -211,7 +211,7 @@ if ($abort == FALSE) {
|
|||||||
/**
|
/**
|
||||||
* Gets tables informations
|
* Gets tables informations
|
||||||
*/
|
*/
|
||||||
require_once('./tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
require_once('./libraries/tbl_properties_table_info.inc.php');
|
require_once('./libraries/tbl_properties_table_info.inc.php');
|
||||||
/**
|
/**
|
||||||
* Displays top menu links
|
* Displays top menu links
|
||||||
|
@@ -16,7 +16,7 @@ PMA_checkParameters(array('db', 'table'));
|
|||||||
/**
|
/**
|
||||||
* Gets tables informations
|
* Gets tables informations
|
||||||
*/
|
*/
|
||||||
require_once('./tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
require_once('./libraries/tbl_properties_table_info.inc.php');
|
require_once('./libraries/tbl_properties_table_info.inc.php');
|
||||||
/**
|
/**
|
||||||
* Displays top menu links
|
* Displays top menu links
|
||||||
|
@@ -7,7 +7,7 @@ require_once('./libraries/common.lib.php');
|
|||||||
/**
|
/**
|
||||||
* Gets tables informations and displays top links
|
* Gets tables informations and displays top links
|
||||||
*/
|
*/
|
||||||
require_once('./tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
require_once('./libraries/tbl_properties_table_info.inc.php');
|
require_once('./libraries/tbl_properties_table_info.inc.php');
|
||||||
/**
|
/**
|
||||||
* Displays top menu links
|
* Displays top menu links
|
||||||
|
@@ -7,7 +7,7 @@ require_once('./libraries/common.lib.php');
|
|||||||
/**
|
/**
|
||||||
* Runs common work
|
* Runs common work
|
||||||
*/
|
*/
|
||||||
require('./tbl_properties_common.php');
|
require('./libraries/tbl_properties_common.php');
|
||||||
require_once('./libraries/sql_query_form.lib.php');
|
require_once('./libraries/sql_query_form.lib.php');
|
||||||
|
|
||||||
$err_url = 'tbl_properties.php' . $err_url;
|
$err_url = 'tbl_properties.php' . $err_url;
|
||||||
|
@@ -7,7 +7,7 @@ require_once('./libraries/common.lib.php');
|
|||||||
/**
|
/**
|
||||||
* Gets tables informations and displays top links
|
* Gets tables informations and displays top links
|
||||||
*/
|
*/
|
||||||
require_once('./tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
$url_query .= '&goto=tbl_properties_export.php&back=tbl_properties_export.php';
|
$url_query .= '&goto=tbl_properties_export.php&back=tbl_properties_export.php';
|
||||||
require_once('./libraries/tbl_properties_table_info.inc.php');
|
require_once('./libraries/tbl_properties_table_info.inc.php');
|
||||||
?>
|
?>
|
||||||
|
@@ -7,7 +7,7 @@ require_once('./libraries/common.lib.php');
|
|||||||
/**
|
/**
|
||||||
* Runs common work
|
* Runs common work
|
||||||
*/
|
*/
|
||||||
require('./tbl_properties_common.php');
|
require('./libraries/tbl_properties_common.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets relation settings
|
* Gets relation settings
|
||||||
|
@@ -34,7 +34,7 @@ if ((!empty($submit_mult) && isset($selected_fld))
|
|||||||
/**
|
/**
|
||||||
* Runs common work
|
* Runs common work
|
||||||
*/
|
*/
|
||||||
require_once('./tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
$url_query .= '&goto=tbl_properties_structure.php&back=tbl_properties_structure.php';
|
$url_query .= '&goto=tbl_properties_structure.php&back=tbl_properties_structure.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
* Gets some core libraries
|
* Gets some core libraries
|
||||||
*/
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
require_once('./tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
$url_query .= '&goto=tbl_properties.php';
|
$url_query .= '&goto=tbl_properties.php';
|
||||||
|
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@ if ( $GLOBALS['cfg']['PropertiesIconic'] == true ) {
|
|||||||
*/
|
*/
|
||||||
if (!isset($param) || $param[0] == '') {
|
if (!isset($param) || $param[0] == '') {
|
||||||
// Gets some core libraries
|
// Gets some core libraries
|
||||||
require_once('./tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
//$err_url = 'tbl_select.php' . $err_url;
|
//$err_url = 'tbl_select.php' . $err_url;
|
||||||
$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
|
$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user