From 185047895300e15d3376b30c5e6ce7309f6dfe81 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 26 May 2015 08:14:02 -0400 Subject: [PATCH] Fix param type Signed-off-by: Marc Delisle --- libraries/operations.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 6e4a0d9704..e46850560a 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -813,7 +813,7 @@ function PMA_getHtmlForMoveTable() * @param string $tbl_storage_engine table storage engine * @param boolean $is_myisam_or_aria whether MYISAM | ARIA or not * @param boolean $is_isam whether ISAM or not - * @param array $pack_keys pack keys + * @param string $pack_keys pack keys * @param string $auto_increment value of auto increment * @param string $delay_key_write delay key write * @param string $transactional value of transactional @@ -933,7 +933,7 @@ function PMA_getHtmlForPackKeys($current_value) * @param string $tbl_storage_engine table storage engine * @param boolean $is_myisam_or_aria whether MYISAM | ARIA or not * @param boolean $is_isam whether ISAM or not - * @param array $pack_keys pack keys + * @param string $pack_keys pack keys * @param string $delay_key_write delay key write * @param string $auto_increment value of auto increment * @param string $transactional value of transactional