previous commit was an error

This commit is contained in:
Loïc Chapeaux
2002-02-22 09:29:28 +00:00
parent 31e32068ff
commit 1542adcd63

View File

@@ -142,7 +142,7 @@ if (!function_exists('is_uploaded_file')) {
/**
* Emulates the 'is_uploaded_file()' function for old php versions.
* Grabbed at the php manual:
* http://www.php3.net/manual/en/features.file-upload.php3
* http://www.php.net/manual/en/features.file-upload.php
*
* @param string the name of the file to check
*