Made calender plugin conform to SquirrelMail Project Team cvs copyright
[squirrelmail.git] / plugins / calendar / event_create.php
index 889aa0fb580ec1d983236fe8647cb015b5d43994..1153a678caf647987a5a325109c2acedae060993 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-/*
- *  event_create.php
+
+/**
+ * event_create.php
+ *
+ * Copyright (c) 2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *  Copyright (c) 2001 Michal Szczotka <michal@tuxy.org>
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  *
- *  functions to create a event for calendar.
+ * functions to create a event for calendar.
  *
  * $Id$
  */
@@ -98,7 +101,7 @@ echo html_tag( 'tr', '', '', $color[0] ) .
            html_tag( 'td', '', 'left' ) .
                html_tag( 'table', '', '', $color[0], 'width="100%" border="0" cellpadding="2" cellspacing="1"' ) .
                    html_tag( 'tr',
-                       html_tag( 'td', date_intl( 'l, F d Y', mktime(0, 0, 0, $month, $day, $year)), 'left', '', 'colspan="2"' )
+                       html_tag( 'td', date_intl( _("l, F j Y"), mktime(0, 0, 0, $month, $day, $year)), 'left', '', 'colspan="2"' )
                    );
 //if form has not been filled in
 if(!isset($event_text)){
@@ -147,4 +150,4 @@ if(!isset($event_text)){
 
 ?>
 </table></td></tr></table>
-</body></html>
\ No newline at end of file
+</body></html>