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:56:32 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-06 17:56:32 +0400
commit9c141ee6076839ec67169d6296a616bdf96f91db (patch)
tree2c9e21cbe9b0b26835dd23ad0839c6edc1889d94 /tbl_import.php
parent1584970e08d10b379f3ad13e31f8f365d5ee055c (diff)
Various coding style fixes
Diffstat (limited to 'tbl_import.php')
-rw-r--r--tbl_import.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_import.php b/tbl_import.php
index b255ccd48d..f8e6e906de 100644
--- a/tbl_import.php
+++ b/tbl_import.php
@@ -1,6 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Table import
*
* @package PhpMyAdmin
*/