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:
authorMichal Čihař <mcihar@suse.cz>2011-10-25 12:13:17 +0400
committerMichal Čihař <mcihar@suse.cz>2011-10-25 12:13:17 +0400
commite56949f160b9de33a8ca642e6d9d8efa81c112fe (patch)
treeecd757e56514a964c1585cb50a447a8baf91adcb /setup
parentdea67b9dfe435cea0e2919c173416a5d190429f5 (diff)
Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
Diffstat (limited to 'setup')
-rw-r--r--setup/config.php2
-rw-r--r--setup/frames/config.inc.php2
-rw-r--r--setup/frames/form.inc.php2
-rw-r--r--setup/frames/index.inc.php2
-rw-r--r--setup/frames/menu.inc.php2
-rw-r--r--setup/frames/servers.inc.php2
-rw-r--r--setup/lib/ConfigGenerator.class.php4
-rw-r--r--setup/lib/common.inc.php2
-rw-r--r--setup/lib/form_processing.lib.php2
-rw-r--r--setup/lib/index.lib.php2
-rw-r--r--setup/validate.php2
11 files changed, 12 insertions, 12 deletions
diff --git a/setup/config.php b/setup/config.php
index 89bcdc9909..f105d34a5a 100644
--- a/setup/config.php
+++ b/setup/config.php
@@ -3,7 +3,7 @@
/**
* Front controller for config view / download and clear
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
/**
diff --git a/setup/frames/config.inc.php b/setup/frames/config.inc.php
index e56898fa0c..353145c29f 100644
--- a/setup/frames/config.inc.php
+++ b/setup/frames/config.inc.php
@@ -3,7 +3,7 @@
/**
* Config file view and save screen
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/form.inc.php b/setup/frames/form.inc.php
index 5d34034f09..83cace37aa 100644
--- a/setup/frames/form.inc.php
+++ b/setup/frames/form.inc.php
@@ -3,7 +3,7 @@
/**
* Form edit view
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 3ad1cfcd29..bbd631b2fa 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -2,7 +2,7 @@
/**
* Overview (main page)
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/menu.inc.php b/setup/frames/menu.inc.php
index 978a47becb..c0cb23f4ab 100644
--- a/setup/frames/menu.inc.php
+++ b/setup/frames/menu.inc.php
@@ -2,7 +2,7 @@
/**
* Menu items
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/frames/servers.inc.php b/setup/frames/servers.inc.php
index 8d04966588..d208c0d2c3 100644
--- a/setup/frames/servers.inc.php
+++ b/setup/frames/servers.inc.php
@@ -2,7 +2,7 @@
/**
* Server create and edit view
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/lib/ConfigGenerator.class.php b/setup/lib/ConfigGenerator.class.php
index f3c6ed8e78..b4b49fe219 100644
--- a/setup/lib/ConfigGenerator.class.php
+++ b/setup/lib/ConfigGenerator.class.php
@@ -3,13 +3,13 @@
/**
* Config file generator
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
/**
* Config file generation class
*
- * @package phpMyAdmin
+ * @package PhpMyAdmin
*/
class ConfigGenerator
{
diff --git a/setup/lib/common.inc.php b/setup/lib/common.inc.php
index 2965decaa4..227d394b9b 100644
--- a/setup/lib/common.inc.php
+++ b/setup/lib/common.inc.php
@@ -3,7 +3,7 @@
/**
* Loads libraries/common.inc.php and preforms some additional actions
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
/**
diff --git a/setup/lib/form_processing.lib.php b/setup/lib/form_processing.lib.php
index 10c368c0ef..95095872a5 100644
--- a/setup/lib/form_processing.lib.php
+++ b/setup/lib/form_processing.lib.php
@@ -3,7 +3,7 @@
/**
* Formset processing library
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
/**
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index 334953f83f..3e60019bea 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -6,7 +6,7 @@
* Security checks are the idea of Aung Khant <aungkhant[at]yehg.net>, http://yehg.net/lab
* Version check taken from the old setup script by Michal Čihař <michal@cihar.com>
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
if (!defined('PHPMYADMIN')) {
diff --git a/setup/validate.php b/setup/validate.php
index 22bdccb60c..32cac073dd 100644
--- a/setup/validate.php
+++ b/setup/validate.php
@@ -3,7 +3,7 @@
/**
* Validation callback.
*
- * @package phpMyAdmin-setup
+ * @package PhpMyAdmin-setup
*/
/**