diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 5d35f23523..ba85d27a41 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -1883,19 +1883,19 @@ function getHtmlForRowStatsTable($showtable, $tbl_collation, * This function returns common HTML for Primary, Unique, Index, * Spatial actions * - * @param string $type column type - * @param string $tbl_storage_engine table storage engine - * @param string $class class attribute for - * @param boolean $hasField has field - * @param boolean $hasLinkClass has the class attribute - * @param string $url_query url query - * @param boolean $primary primary if set, false otherwise - * @param string $syntax Sql syntax - * @param string $message message to show - * @param string $action action - * @param array $titles titles array - * @param array $row current row - * @param boolean $isPrimary is primary action + * @param string $type column type + * @param string $tbl_storage_engine table storage engine + * @param string $class class attribute for + * @param boolean $hasField has field + * @param boolean $hasLinkClass has the class attribute + * @param string $url_query url query + * @param object|boolean $primary primary if set, false otherwise + * @param string $syntax Sql syntax + * @param string $message message to show + * @param string $action action + * @param array $titles titles array + * @param array $row current row + * @param boolean $isPrimary is primary action * * @return string $html_output */