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-06-24 16:10:19 +0400
committerMichal Čihař <mcihar@suse.cz>2011-06-24 16:10:19 +0400
commitb49a6b8f42a51173f76a01223c666ce571419528 (patch)
tree23d91ea9f151f17ecc0b5174b00c72ba6a435ce6 /db_routines.php
parent802b94c0ea199807cbb019da9f2ea21430070ebb (diff)
Add docblocks
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/db_routines.php b/db_routines.php
index f046648969..4b0b23f973 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -1,6 +1,8 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Routines management.
+ *
* @package phpMyAdmin
*/