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:
Diffstat (limited to 'libraries/export/codegen.php')
-rw-r--r--libraries/export/codegen.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/export/codegen.php b/libraries/export/codegen.php
index c5fccc6596..e234f78a94 100644
--- a/libraries/export/codegen.php
+++ b/libraries/export/codegen.php
@@ -145,6 +145,10 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
return PMA_exportOutputHandler(sprintf("%s is not supported.", $format));
}
+/**
+ *
+ * @package phpMyAdmin-Export-Codegen
+ */
class TableProperty
{
public $name;