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 /tbl_relation.php
parent25bda8e991f2820971c343315cd3ab3d974b2684 (diff)
Fix spacing after @param
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index e3f4338e59..e204c80893 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -48,9 +48,9 @@ $options_array = array(
/**
* Generate dropdown choices
*
- * @param string Message to display
- * @param string Name of the <select> field
- * @param array Choices for dropdown
+ * @param string Message to display
+ * @param string Name of the <select> field
+ * @param array Choices for dropdown
* @return string The existing value (for selected)
*
* @access public
@@ -74,7 +74,7 @@ function PMA_generate_dropdown($dropdown_question, $select_name, $choices, $sele
/**
* Split a string on backquote pairs
*
- * @param string original string
+ * @param string original string
* @return array containing the elements (and their surrounding backquotes)
*
* @access public