do not special case a folder named 'None'. There's no reason
[squirrelmail.git] / plugins / calendar / event_edit.php
index 7d38c64e25a0a98b5986443b5d4c5b071338e424..5b94a1b77e384fe2c2a85106d7e8b78a769f41d9 100644 (file)
@@ -255,7 +255,7 @@ if ($hour <= 0){
 
 $calself=basename($PHP_SELF);
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 //load calendar menu
 calendar_header();
 
@@ -311,4 +311,4 @@ if (!isset($updated)){
 
 ?>
 </table></td></tr></table>
-</body></html>
\ No newline at end of file
+</body></html>