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-10-25 12:13:17 +0400
committerMichal Čihař <mcihar@suse.cz>2011-10-25 12:13:17 +0400
commite56949f160b9de33a8ca642e6d9d8efa81c112fe (patch)
treeecd757e56514a964c1585cb50a447a8baf91adcb /scripts
parentdea67b9dfe435cea0e2919c173416a5d190429f5 (diff)
Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/decode_bug.php2
-rw-r--r--scripts/openid.php2
-rw-r--r--scripts/signon-script.php2
-rw-r--r--scripts/signon.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/decode_bug.php b/scripts/decode_bug.php
index e376ef849f..aff4d34e8a 100644
--- a/scripts/decode_bug.php
+++ b/scripts/decode_bug.php
@@ -8,7 +8,7 @@
*
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
*
- * @package phpMyAdmin-debug
+ * @package PhpMyAdmin-debug
*/
/**
diff --git a/scripts/openid.php b/scripts/openid.php
index 911f69d046..d57b83c75a 100644
--- a/scripts/openid.php
+++ b/scripts/openid.php
@@ -12,7 +12,7 @@
* User first authenticates using OpenID and based on content of $AUTH_MAP
* the login information is passed to phpMyAdmin in session data.
*
- * @package phpMyAdmin
+ * @package PhpMyAdmin
* @subpackage Example
*/
diff --git a/scripts/signon-script.php b/scripts/signon-script.php
index 201d21762f..52777a0743 100644
--- a/scripts/signon-script.php
+++ b/scripts/signon-script.php
@@ -7,7 +7,7 @@
* phpMyAdmin, it is not intended to be perfect code and look, only
* shows how you can integrate this functionality in your application.
*
- * @package phpMyAdmin
+ * @package PhpMyAdmin
* @subpackage Example
*/
diff --git a/scripts/signon.php b/scripts/signon.php
index d80c1cf9de..0dfd356d3d 100644
--- a/scripts/signon.php
+++ b/scripts/signon.php
@@ -7,7 +7,7 @@
* phpMyAdmin, it is not intended to be perfect code and look, only
* shows how you can integrate this functionality in your application.
*
- * @package phpMyAdmin
+ * @package PhpMyAdmin
* @subpackage Example
*/