From 4ec6116a5abcaf7a4c122c7ada838b80b2a6e38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 21 Aug 2002 09:18:20 +0000 Subject: [PATCH] modified to fit coding standards --- libraries/common.lib.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 748d93309..7e66177e7 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -1095,11 +1095,10 @@ if (typeof(document.getElementById) != 'undefined' mysql_free_result($result); } } - if (isset($tbl_status) && (int)$tbl_status['Index_length'] > 1024) { + if (isset($tbl_status) && (int) $tbl_status['Index_length'] > 1024) { @PMA_mysql_query('REPAIR TABLE ' . PMA_backquote($GLOBALS['table'])); } } - unset($tbl_status); echo "\n"; @@ -1286,7 +1285,8 @@ if (typeof(document.getElementById) != 'undefined' /** * Displays a link to the official MySQL documentation * - * @param string an anchor to move to + * @param chapter of "HTML, one page per chapter" documentation + * @param contains name of page/anchor that is being linked * * @return string the html link *