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ř <michal@cihar.com>2008-11-24 13:32:56 +0300
committerMichal Čihař <michal@cihar.com>2008-11-24 13:32:56 +0300
commitebeb0c319f9f716ce8ff20e9a61017a4e3f1629f (patch)
treebd70ed8dd318d2c9bdede1fe4859b6e6682a1771 /db_sql.php
parent62c814905bcaa283fe69d337a3e5bad1f6695c51 (diff)
Adding @package, first part.
Diffstat (limited to 'db_sql.php')
-rw-r--r--db_sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_sql.php b/db_sql.php
index 10d5819070..2ac198bda5 100644
--- a/db_sql.php
+++ b/db_sql.php
@@ -3,6 +3,7 @@
/**
*
* @version $Id$
+ * @package phpMyAdmin
*/
/**