[geeklog-cvs] Geeklog-1.x/plugins/calendar functions.inc, 1.84, 1.85

Dirk Haun dhaun at qs1489.pair.com
Thu May 22 09:25:01 EDT 2008


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

Modified Files:
	functions.inc 
Log Message:
Fixed "Delete old entries" option - delete checkboxes were missing


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/functions.inc,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** functions.inc	19 Apr 2008 15:04:05 -0000	1.84
--- functions.inc	22 May 2008 13:24:59 -0000	1.85
***************
*** 823,828 ****
  function CALENDAR_listOld()
  {
!     global $_CONF, $_TABLES, $LANG_ADMIN, $LANG_CAL_ADMIN, $LANG_ACCESS, $LANG01,
!         $_IMAGE_TYPE;
  
      if (isset($_REQUEST['usr_time'])) {
--- 823,828 ----
  function CALENDAR_listOld()
  {
!     global $_CONF, $_TABLES, $LANG_ADMIN, $LANG_CAL_ADMIN, $LANG_ACCESS,
!            $LANG01, $_IMAGE_TYPE;
  
      if (isset($_REQUEST['usr_time'])) {
***************
*** 832,840 ****
      }
  
!     require_once( $_CONF['path_system'] . 'lib-admin.php' );
  
      $retval = '';
  
!     $header_arr = array(      # dislay 'text' and use table field 'field'
          array('text' => $LANG_ADMIN['title'], 'field' => 'title', 'sort' => true),
          array('text' => $LANG_CAL_ADMIN[13], 'field' => 'username', 'sort' => true),
--- 832,840 ----
      }
  
!     require_once $_CONF['path_system'] . 'lib-admin.php';
  
      $retval = '';
  
!     $header_arr = array(      # display 'text' and use table field 'field'
          array('text' => $LANG_ADMIN['title'], 'field' => 'title', 'sort' => true),
          array('text' => $LANG_CAL_ADMIN[13], 'field' => 'username', 'sort' => true),
***************
*** 897,901 ****
      $retval .= ADMIN_list('calendar', 'plugin_getListField_calendar',
                            $header_arr, $text_arr, $query_arr,
!                           $defsort_arr, '', $listoptions);
  
      return $retval;
--- 897,901 ----
      $retval .= ADMIN_list('calendar', 'plugin_getListField_calendar',
                            $header_arr, $text_arr, $query_arr,
!                           $defsort_arr, '', '', $listoptions);
  
      return $retval;
***************
*** 947,951 ****
      $retval = '';
  
!     $header_arr = array(      # dislay 'text' and use table field 'field'
          array('text' => $LANG_ADMIN['edit'], 'field' => 'edit', 'sort' => false),
          array('text' => $LANG_ADMIN['copy'], 'field' => 'copy', 'sort' => false),
--- 947,951 ----
      $retval = '';
  
!     $header_arr = array(      # display 'text' and use table field 'field'
          array('text' => $LANG_ADMIN['edit'], 'field' => 'edit', 'sort' => false),
          array('text' => $LANG_ADMIN['copy'], 'field' => 'copy', 'sort' => false),




More information about the geeklog-cvs mailing list