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-07-22 10:59:07 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 10:59:07 +0400
commitea918f98ffa7c7d8e0a78897e6b105c5bba5aa80 (patch)
treeb7789f8366ee80b56ab1ade5005a11a822d58a7a /export.php
parente501b557de386e6bc1e789126285452a1725bf20 (diff)
Add file comment
Diffstat (limited to 'export.php')
-rw-r--r--export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/export.php b/export.php
index f5a985ac75..72ed313a28 100644
--- a/export.php
+++ b/export.php
@@ -1,6 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
+ * Main export hanling code
* @todo too much die here, or?
* @package phpMyAdmin
*/