remove author names

This commit is contained in:
Marc Delisle
2010-12-06 12:50:15 -05:00
parent f30125fcd3
commit 9d9507c42b

View File

@@ -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: