From a483abec07d12afa455354f1b95fec939af014a5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 16 Jul 2014 10:37:05 -0400 Subject: [PATCH] Fix parameter type Signed-off-by: Marc Delisle --- libraries/structure.lib.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 */