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-10-02 13:28:50 +0400
committerMichal Čihař <mcihar@suse.cz>2013-10-02 13:45:45 +0400
commit9985f1ceb6dbba172aba99bb9c46c5a5dd8d08a7 (patch)
tree3fe515f3ace82d10d71168abf8f3e8ab9bd28174 /import_status.php
parent093c171af483ea0652659d61eefe805c23d91769 (diff)
Add missing comment
Diffstat (limited to 'import_status.php')
-rw-r--r--import_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/import_status.php b/import_status.php
index f2e661ce24..f31e424f38 100644
--- a/import_status.php
+++ b/import_status.php
@@ -1,6 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Import progress bar backend
*
* @package PhpMyAdmin
*/