[geeklog-cvs] Geeklog-1.x/public_html/calendar event.php, 1.30, 1.31

Dirk Haun dhaun at qs1489.pair.com
Sat May 24 04:28:19 EDT 2008


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

Modified Files:
	event.php 
Log Message:
Check for a msg parameter (for the "after save" / item option)


Index: event.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/calendar/event.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** event.php	23 May 2008 14:40:16 -0000	1.30
--- event.php	24 May 2008 08:28:17 -0000	1.31
***************
*** 465,470 ****
          }
  
!         $display .= COM_siteHeader ('menu', $pagetitle);
!         $display .= COM_startBlock ($pagetitle);
  
      } else {
--- 465,476 ----
          }
  
!         $display .= COM_siteHeader('menu', $pagetitle);
!         if (isset($_GET['msg'])) {
!             $msg = COM_applyFilter($_GET['msg'], true);
!             if ($msg > 0) {
!                 $display .= COM_showMessage($msg, 'calendar');
!             }
!         }
!         $display .= COM_startBlock($pagetitle);
  
      } else {




More information about the geeklog-cvs mailing list