[geeklog-cvs] Geeklog-1.x/public_html/calendar index.php, 1.22, 1.23

Dirk Haun dhaun at qs1489.pair.com
Fri Dec 21 08:50:17 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/calendar
In directory qs1489.pair.com:/tmp/cvs-serv21989/public_html/calendar

Modified Files:
	index.php 
Log Message:
The form to add an event to the personal calendar was missing the site footer (reported by Mark Evans)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/calendar/index.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** index.php	25 Nov 2007 06:58:56 -0000	1.22
--- index.php	21 Dec 2007 13:50:15 -0000	1.23
***************
*** 784,788 ****
--- 784,790 ----
  case 'addentry':
      $display .= plugin_submit_calendar($mode);
+     $display .= COM_siteFooter();
      break;
+ 
  case 'savepersonal':
      $display = plugin_savesubmission_calendar($_POST);




More information about the geeklog-cvs mailing list