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:
authorxmujay <xmujay@gmail.com>2013-05-09 11:21:08 +0400
committerxmujay <xmujay@gmail.com>2013-05-09 11:21:08 +0400
commit48f14a12f7db44ba8d8dfd8386e5fd16a3973b02 (patch)
tree64e43d2ad00ef217d07efef532be0474524e8e63 /server_engines.php
parentaaef71a2fc3d8f778b2df7503d1a50e7840f3346 (diff)
modify the comment which is not print HTML
Diffstat (limited to 'server_engines.php')
-rw-r--r--server_engines.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/server_engines.php b/server_engines.php
index 338fca783d..892d523096 100644
--- a/server_engines.php
+++ b/server_engines.php
@@ -27,7 +27,7 @@ exit;
/**
- * Prints server Engines information
+ * setup HTML for server Engines information
*
* @param null
*
@@ -51,7 +51,7 @@ function PMA_getServerEnginesHtml()
}
/**
- * Prints server all Engines information
+ * setup HTML for server all Engines information
*
* @param null
*
@@ -106,7 +106,7 @@ function PMA_getAllServerEnginesHtml()
}
/**
- * Prints a given Storage Engine
+ * setup HTML for a given Storage Engine
*
* @param null
*