[geeklog-cvs] Geeklog-1.x/public_html/admin moderation.php, 1.112, 1.113

Oliver ospiess at qs1489.pair.com
Mon Oct 29 10:10:54 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin
In directory qs1489.pair.com:/tmp/cvs-serv47482

Modified Files:
	moderation.php 
Log Message:
fixing moderation lists

Index: moderation.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/moderation.php,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** moderation.php	10 Oct 2007 02:46:55 -0000	1.112
--- moderation.php	29 Oct 2007 14:10:51 -0000	1.113
***************
*** 316,321 ****
      $listoptions = array('chkdelete' => true, 'chkfield' => 'id');
      $table = ADMIN_simpleList('ADMIN_getListField_moderation', $header_arr,
!                               $text_arr, $data_arr, array(), $listoptions,
!                               $form_arr);
      $retval .= $table;
  
--- 316,320 ----
      $listoptions = array('chkdelete' => true, 'chkfield' => 'id');
      $table = ADMIN_simpleList('ADMIN_getListField_moderation', $header_arr,
!                               $text_arr, $data_arr, $listoptions, $form_arr);
      $retval .= $table;
  
***************
*** 378,383 ****
  
      $table = ADMIN_simpleList('ADMIN_getListField_moderation', $header_arr,
!                               $text_arr, $data_arr, array(), $listoptions,
!                               $form_arr);
      $retval .= $table;
  
--- 377,381 ----
  
      $table = ADMIN_simpleList('ADMIN_getListField_moderation', $header_arr,
!                               $text_arr, $data_arr, $listoptions, $form_arr);
      $retval .= $table;
  
***************
*** 441,447 ****
      $listoptions = array('chkdelete' => true, 'chkfield' => 'id');
      $table = ADMIN_simpleList('ADMIN_getListField_moderation', $header_arr,
!                               $text_arr, $data_arr, array(), $listoptions,
!                               $form_arr);
! 
      $retval .= $table;
      return $retval;
--- 439,443 ----
      $listoptions = array('chkdelete' => true, 'chkfield' => 'id');
      $table = ADMIN_simpleList('ADMIN_getListField_moderation', $header_arr,
!                               $text_arr, $data_arr, $listoptions, $form_arr);
      $retval .= $table;
      return $retval;




More information about the geeklog-cvs mailing list