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>2013-08-06 17:43:08 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-06 17:44:51 +0400
commitef30133a94f595f6d98d143d02995045d3cc1d25 (patch)
treed72cc30c7e74836d78a5726ac2ab6af00cb0ce89 /tbl_sql.php
parentdeca3cb971a6b0096dc13a5e5f2e00ef4e50dada (diff)
Various coding style fixes
Diffstat (limited to 'tbl_sql.php')
-rw-r--r--tbl_sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_sql.php b/tbl_sql.php
index b06be2760c..0d1006feb2 100644
--- a/tbl_sql.php
+++ b/tbl_sql.php
@@ -1,6 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Table SQL executor
*
* @package PhpMyAdmin
*/