Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2011-07-22 11:21:55 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 11:21:55 +0400
commit9405dbb82a38ca03e0d5a54e06b73be80ec51692 (patch)
tree7fb1f901c65da6e834599f2f16c429fcaf4404a8 /navigation.php
parent25bda8e991f2820971c343315cd3ab3d974b2684 (diff)
Fix spacing after @param
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/navigation.php b/navigation.php
index e473dd847e..966f5f23fd 100644
--- a/navigation.php
+++ b/navigation.php
@@ -327,9 +327,9 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
* @global string $href_left
* @global string $db_start
* @global string $common_url_query
- * @param array $ext_dblist extended db list
- * @param integer $offset
- * @param integer $count
+ * @param array $ext_dblist extended db list
+ * @param integer $offset
+ * @param integer $count
*/
function PMA_displayDbList($ext_dblist, $offset, $count) {
global $element_counter, $img_minus, $img_plus, $href_left,
@@ -494,10 +494,10 @@ function PMA_displayDbList($ext_dblist, $offset, $count) {
* @global string html code for '-' image
* @global string html code for '+' image
* @global string html code for self link
- * @param array $tables array of tables/tablegroups
- * @param boolean $visible whether the list is visible or not
- * @param string $tab_group_full full tab group name
- * @param string $table_db db of this table
+ * @param array $tables array of tables/tablegroups
+ * @param boolean $visible whether the list is visible or not
+ * @param string $tab_group_full full tab group name
+ * @param string $table_db db of this table
*/
function PMA_displayTableList($tables, $visible = false,
$tab_group_full = '', $table_db = '')