[geeklog-cvs] geeklog-1.3/public_html calendar_event.php,1.24,1.25

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Jun 16 05:11:28 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv6684/public_html

Modified Files:
	calendar_event.php 
Log Message:
Removed "Geeklog" from event details title.


Index: calendar_event.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/calendar_event.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** calendar_event.php	29 Mar 2003 20:51:17 -0000	1.24
--- calendar_event.php	16 Jun 2003 09:11:22 -0000	1.25
***************
*** 408,412 ****
          } else {
              $display .= COM_siteHeader('menu');
!             $display .= COM_startBlock($LANG30[9]);
              $datesql = "SELECT *,datestart AS start,dateend AS end FROM {$_TABLES['events']} WHERE eid = '$eid'";
          }
--- 408,417 ----
          } else {
              $display .= COM_siteHeader('menu');
!             if (strpos ($LANG30[9], '%') === false) {
!                 $display .= COM_startBlock ($LANG30[9]);
!             } else {
!                 $display .= COM_startBlock (sprintf ($LANG30[9],
!                                                      $_CONF['site_name']));
!             }
              $datesql = "SELECT *,datestart AS start,dateend AS end FROM {$_TABLES['events']} WHERE eid = '$eid'";
          }





More information about the geeklog-cvs mailing list