diff --git a/db_central_columns.php b/db_central_columns.php index 33078bf24d..71dac4ba03 100644 --- a/db_central_columns.php +++ b/db_central_columns.php @@ -156,7 +156,7 @@ if ($total_rows <= 0) { 'The central list of columns for the current database is empty.' ) . '' ); - $columnAdd = $centralColumns->getHtmlForAddCentralColumn($GLOBALS['dbi'], $total_rows, $pos, $db); + $columnAdd = $centralColumns->getHtmlForAddColumn($GLOBALS['dbi'], $total_rows, $pos, $db); $response->addHTML($columnAdd); exit; } @@ -167,7 +167,7 @@ $table_navigation_html = $centralColumns->getHtmlForTableNavigation( $db ); $response->addHTML($table_navigation_html); -$columnAdd = $centralColumns->getHtmlForAddCentralColumn($GLOBALS['dbi'], $total_rows, $pos, $db); +$columnAdd = $centralColumns->getHtmlForAddColumn($GLOBALS['dbi'], $total_rows, $pos, $db); $response->addHTML($columnAdd); $deleteRowForm = '