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:
Diffstat (limited to 'enum_editor.php')
-rw-r--r--enum_editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/enum_editor.php b/enum_editor.php
index 77bf0975b4..e7bba622a4 100644
--- a/enum_editor.php
+++ b/enum_editor.php
@@ -5,7 +5,7 @@
* Displays a form for editing ENUM and SET values with more space (as an alternative to doing it in tbl_alter.php)
* This form is only for users with JavaScript disabled -- users with JavaScript enabled will see a different form
* defined in tbl_properties.inc.php
- * @package phpMyAdmin
+ * @package PhpMyAdmin
*/
require_once './libraries/common.inc.php';