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/File.class.php')
-rw-r--r--libraries/File.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/File.class.php b/libraries/File.class.php
index cac9856033..03e70c529e 100644
--- a/libraries/File.class.php
+++ b/libraries/File.class.php
@@ -12,8 +12,8 @@
* @todo replace error messages with localized string
* @todo when uploading a file into a blob field, should we also consider using
* chunks like in import? UPDATE `table` SET `field` = `field` + [chunk]
+ * @package phpMyAdmin
*/
-
class PMA_File
{
/**