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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-20 18:15:58 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-20 18:15:58 +0300
commitb6a2ca264681945d98ae6179a2f681171037c6a6 (patch)
tree7380d9d38eaadcbe17bdce3ecf2a819030aace64 /scripts
parentda19f7be808fd589e36cb7ea45554f83e4f7143e (diff)
fixed package and subpackage assignment
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check_lang.php1
-rw-r--r--scripts/decode_bug.php1
-rw-r--r--scripts/signon.php2
3 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check_lang.php b/scripts/check_lang.php
index 1d50cc1f0a..5a07c7a888 100644
--- a/scripts/check_lang.php
+++ b/scripts/check_lang.php
@@ -5,6 +5,7 @@
* inside and nothing is displayed on screen (eg no extra no blank line).
*
* @version $Id$
+ * @package phpMyAdmin-test
*/
/**
diff --git a/scripts/decode_bug.php b/scripts/decode_bug.php
index a4a9f69ca4..79a9ae0331 100644
--- a/scripts/decode_bug.php
+++ b/scripts/decode_bug.php
@@ -9,6 +9,7 @@
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
*
* @version $Id$
+ * @package phpMyAdmin-debug
*/
/**
diff --git a/scripts/signon.php b/scripts/signon.php
index da6bf0607c..80bd494b80 100644
--- a/scripts/signon.php
+++ b/scripts/signon.php
@@ -8,6 +8,8 @@
* integrate this functionality in your application.
*
* @version $Id$
+ * @package phpMyAdmin
+ * @subpacke Example
*/
/* Was data posted? */