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
path: root/setup
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2011-07-31 22:36:56 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-07-31 22:41:03 +0400
commit878cff0205cb5c3ce1d19080e4cb0eeb262b3083 (patch)
tree388f362b078138db4956bfd265749b0bf97dbfdd /setup
parent19178070b652faea2b8091f72f10c700c015a805 (diff)
Comments
Diffstat (limited to 'setup')
-rw-r--r--setup/lib/index.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index 9823cbd31e..a7e33a9cb1 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -170,7 +170,7 @@ function PMA_version_check()
/**
* Calculates numerical equivalent of phpMyAdmin version string
*
- * @param string version
+ * @param string $version
* @return mixed false on failure, integer on success
*/
function version_to_int($version)