The branch, master has been updated via 9d9507c42b5b849b875eb19897aca22e49ffb346 (commit) from f30125fcd3c0cf2f4d80997c8dc2332311cfc12c (commit)
- Log ----------------------------------------------------------------- commit 9d9507c42b5b849b875eb19897aca22e49ffb346 Author: Marc Delisle marc@infomarc.info Date: Mon Dec 6 12:50:15 2010 -0500
remove author names
-----------------------------------------------------------------------
Summary of changes: libraries/File.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/File.class.php b/libraries/File.class.php index c093a7b..378b25d 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:
hooks/post-receive