Index: trunk/phase3/includes/Import.php |
— | — | @@ -433,7 +433,7 @@ |
434 | 434 | return new WikiErrorMsg( 'importuploaderrorsize' ); |
435 | 435 | case 3: # The uploaded file was only partially uploaded |
436 | 436 | return new WikiErrorMsg( 'importuploaderrorpartial' ); |
437 | | - case 6: #Missing a temporary folder. Introduced in PHP 4.3.10 and PHP 5.0.3. |
| 437 | + case 6: #Missing a temporary folder. |
438 | 438 | return new WikiErrorMsg( 'importuploaderrortemp' ); |
439 | 439 | # case else: # Currently impossible |
440 | 440 | } |