Home
last modified time | relevance | path

Searched refs:centralColsError (Results 1 – 3 of 3) sorted by relevance

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/
H A Dmult_submits.inc.php127 $centralColsError = $centralColumns->syncUniqueColumns( variable
132 $centralColsError = $centralColumns->deleteColumnsFromList( variable
137 $centralColsError = $centralColumns->makeConsistentWithList( variable
334 if (isset($centralColsError) && $centralColsError !== true) {
335 $message = $centralColsError;
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Controllers/Table/
H A DTableStructureController.php236 $mult_btn_ret, $centralColsError
1445 $centralColsError = null;
1484 $centralColsError = $centralColumns->syncUniqueColumns(
1490 $centralColsError = $centralColumns->deleteColumnsFromList(
1506 $centralColsError
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Controllers/Table/
H A DStructureController.php255 $centralColsError = $centralColumns->syncUniqueColumns(
260 if ($centralColsError instanceof Message) {
261 $message = $centralColsError;
285 $centralColsError = $centralColumns->deleteColumnsFromList(
291 if ($centralColsError instanceof Message) {
292 $message = $centralColsError;