[geeklog-cvs] Geeklog-1.x/public_html/calendar index.php, 1.18.2.1, 1.18.2.2

Dirk Haun dhaun at qs1489.pair.com
Fri Dec 21 08:57:12 EST 2007


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

Modified Files:
      Tag: geeklog_1_4_1_1
	index.php 
Log Message:
The form to add an event to the personal calendar was missing the site footer (ported over from the trunk)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/calendar/index.php,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -C2 -d -r1.18.2.1 -r1.18.2.2
*** index.php	17 Jun 2007 07:38:05 -0000	1.18.2.1
--- index.php	21 Dec 2007 13:57:10 -0000	1.18.2.2
***************
*** 780,784 ****
--- 780,786 ----
  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