From: Siebrand Mazeland Date: Sat, 2 Oct 2010 22:41:44 +0000 (+0000) Subject: Remove comment related to no longer supported PHP versions. X-Git-Tag: 1.31.0-rc.0~34663 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=eb860c8689d643a8d8a480924da5b4fddb40f3a5;p=lhc%2Fweb%2Fwiklou.git Remove comment related to no longer supported PHP versions. --- diff --git a/includes/Import.php b/includes/Import.php index f399db0ce7..29c1e27ac7 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -433,7 +433,7 @@ class ImportStreamSource { return new WikiErrorMsg( 'importuploaderrorsize' ); case 3: # The uploaded file was only partially uploaded return new WikiErrorMsg( 'importuploaderrorpartial' ); - case 6: #Missing a temporary folder. Introduced in PHP 4.3.10 and PHP 5.0.3. + case 6: #Missing a temporary folder. return new WikiErrorMsg( 'importuploaderrortemp' ); # case else: # Currently impossible }