From 9d9507c42b5b849b875eb19897aca22e49ffb346 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 6 Dec 2010 12:50:15 -0500 Subject: [PATCH] remove author names --- libraries/File.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/File.class.php b/libraries/File.class.php index c093a7be3..378b25d84 100644 --- a/libraries/File.class.php +++ b/libraries/File.class.php @@ -298,7 +298,7 @@ class PMA_File // check for file upload errors switch ($file['error']) { - // cybot_tm: we do not use the PHP constants here cause not all constants + // we do not use the PHP constants here cause not all constants // are defined in all versions of PHP - but the correct constants names // are given as comment case 0: //UPLOAD_ERR_OK: