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 /server_sql.php
parentdeca3cb971a6b0096dc13a5e5f2e00ef4e50dada (diff)
Various coding style fixes
Diffstat (limited to 'server_sql.php')
-rw-r--r--server_sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_sql.php b/server_sql.php
index 408d2b2858..cfbad79531 100644
--- a/server_sql.php
+++ b/server_sql.php
@@ -1,6 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Server SQL executor
*
* @package PhpMyAdmin
*/