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:
-rw-r--r--scripts/check_lang.php1
-rw-r--r--scripts/decode_bug.php1
-rw-r--r--scripts/signon.php2
-rw-r--r--test/AllTests.php1
4 files changed, 5 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? */
diff --git a/test/AllTests.php b/test/AllTests.php
index 539b595b09..51c3599f15 100644
--- a/test/AllTests.php
+++ b/test/AllTests.php
@@ -4,6 +4,7 @@
* runs all defined tests
*
* @version $Id$
+ * @package phpMyAdmin-test
*/
/**