diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index c2b3fd7e19..7a8e900805 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -146,7 +146,8 @@ function PMA_getTableDropQueryAndMessage($table_is_view, $current_table) * * @param integer $num_tables number of tables * @param boolean $server_slave_status server slave state - * @param boolean $db_is_information_schema whether database is information schema or not + * @param boolean $db_is_information_schema whether database is information + * schema or not * @param integer $sum_entries sum entries * @param string $db_collation collation of given db * @param boolean $is_show_stats whether stats is show or not @@ -268,7 +269,8 @@ function PMA_getHtmlBodyForTableSummary($num_tables, $server_slave_status, * @param string $pmaThemeImage pma theme image url * @param string $text_dir url for text directory * @param string $overhead_check overhead check - * @param boolean $db_is_information_schema whether database is information schema or not + * @param boolean $db_is_information_schema whether database is information + * schema or not * @param string $hidden_fields hidden fields * * @return string $html_output @@ -448,7 +450,8 @@ function PMA_getTimeForCreateUpdateCheck($current_table, $time_label, $time_all) * * @return array $html_output, $odd_row */ -function PMA_getHtmlForStructureTableRow($curr, $odd_row, $table_is_view, $current_table, +function PMA_getHtmlForStructureTableRow( + $curr, $odd_row, $table_is_view, $current_table, $checked, $browse_table_label, $tracking_icon,$server_slave_status, $browse_table, $tbl_url_query, $search_table, $db_is_information_schema,$titles, $empty_table, $drop_query, $drop_message, @@ -745,11 +748,12 @@ function PMA_getHtmlForRepairtable( } /** - * void PMA_TableHeader([bool $db_is_information_schema = false]) * display table header (
| ' - . '' + . '' . $titles['Change'] . '' . ' | '; $html_output .= '' . 'linkOrButton( 'tbl_sql.php' . PMA_generate_common_url( @@ -1841,6 +1851,7 @@ function getHtmlForRowStatsTable($showtable, $tbl_collation, * @param boolean $primary primary or not * @param string $syntax syntax for add action * @param string $message message to be shown + * @param boolean $isPrimary is primary action * * @return string $html_output */ @@ -1886,7 +1897,6 @@ function PMA_getHtmlDivsForStructureActionsDropdown($class, $isActionEnabled, * @param type $row current row * @param type $hidden_titles hidden titles array * @param type $unique_enabled is unique enabled - * @param type $unique_enabled is unique enabled * @param type $index_enabled is index enabled * @param type $fulltext_enabled is fulltext enabled * @param type $spatial_enabled is spatial enabled @@ -1965,7 +1975,8 @@ function PMA_getHtmlForMoreOptionInTableStructure($rownum, $primary_enabled, /** * Get HTML snippet for action row in structure table, - * This function returns common HTML | for Primary, Unique, Index, Spatial actions + * This function returns common HTML | for Primary, Unique, Index, + * Spatial actions * * @param array $type column type * @param array $tbl_storage_engine table storage engine |