From e5503d856b02e145a06ad799a222f7218c3b36d5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 7 Oct 2013 06:21:47 -0400 Subject: [PATCH] Fix codestyle --- libraries/Index.class.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libraries/Index.class.php b/libraries/Index.class.php index 276866e136..630dc55fea 100644 --- a/libraries/Index.class.php +++ b/libraries/Index.class.php @@ -400,7 +400,9 @@ class PMA_Index continue; } $html_options .= '' . "\n"; } @@ -891,6 +893,12 @@ class PMA_Index_Column return $this->_seq_in_index; } + /** + * Returns the number of indexed characters if the column is only + * partly indexed + * + * @return int the number of indexed characters + */ public function getSubPart() { return $this->_sub_part;