[geeklog-cvs] Geeklog-1.x/plugins/calendar functions.inc, 1.70, 1.71

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 5 03:51:42 EDT 2007


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

Modified Files:
	functions.inc 
Log Message:
Use plugin_geticon_calendar()


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/functions.inc,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** functions.inc	12 May 2007 19:54:17 -0000	1.70
--- functions.inc	5 Aug 2007 07:51:40 -0000	1.71
***************
*** 770,774 ****
  }
  
! function CALENDAR_listOld() {
      global $_CONF, $_TABLES, $LANG_ADMIN, $LANG_CAL_ADMIN, $LANG_ACCESS, $LANG01,
          $_IMAGE_TYPE;
--- 770,775 ----
  }
  
! function CALENDAR_listOld()
! {
      global $_CONF, $_TABLES, $LANG_ADMIN, $LANG_CAL_ADMIN, $LANG_ACCESS, $LANG01,
          $_IMAGE_TYPE;
***************
*** 820,824 ****
          'title' => $LANG_CAL_ADMIN[11],
          'instructions' => $LANG_CAL_ADMIN[27] . $usr_time . "$desc",
!         'icon' => $_CONF['site_url'] . '/calendar/images/calendar.' . $_IMAGE_TYPE,
          'form_url' => $_CONF['site_admin_url'] . "/plugins/calendar/index.php?mode=batchdelete"
      );
--- 821,825 ----
          'title' => $LANG_CAL_ADMIN[11],
          'instructions' => $LANG_CAL_ADMIN[27] . $usr_time . "$desc",
!         'icon' => plugin_geticon_calendar(),
          'form_url' => $_CONF['site_admin_url'] . "/plugins/calendar/index.php?mode=batchdelete"
      );
***************
*** 920,924 ****
                        'title' => $LANG_CAL_ADMIN[11],
                        'instructions' => $LANG_CAL_ADMIN[12],
!                       'icon' => $_CONF['site_url'] . '/calendar/images/calendar.' . $_IMAGE_TYPE,
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/calendar/index.php");
  
--- 921,925 ----
                        'title' => $LANG_CAL_ADMIN[11],
                        'instructions' => $LANG_CAL_ADMIN[12],
!                       'icon' => plugin_geticon_calendar(),
                        'form_url' => $_CONF['site_admin_url'] . "/plugins/calendar/index.php");
  




More information about the geeklog-cvs mailing list