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