[geeklog-cvs] Geeklog-1.x/public_html/admin group.php,1.96,1.97

Oliver ospiess at qs1489.pair.com
Fri Aug 31 00:14:36 EDT 2007


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

Modified Files:
	group.php 
Log Message:
cosmetics

Index: group.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/group.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** group.php	31 Aug 2007 04:08:07 -0000	1.96
--- group.php	31 Aug 2007 04:14:34 -0000	1.97
***************
*** 747,755 ****
          if ($_POST['chk_showall'] == 1) {
              $show_all_groups = true;
!             $checked = 'checked';
          }
      } else if (isset ($_GET['chk_showall']) && ($_GET['chk_showall'] == 1)) {
          $show_all_groups = true;
!         $checked = 'checked';
      }
  
--- 747,755 ----
          if ($_POST['chk_showall'] == 1) {
              $show_all_groups = true;
!             $checked = ' checked';
          }
      } else if (isset ($_GET['chk_showall']) && ($_GET['chk_showall'] == 1)) {
          $show_all_groups = true;
!         $checked = ' checked';
      }
  




More information about the geeklog-cvs mailing list