[geeklog-cvs] Geeklog-1.x/public_html/admin group.php,1.100,1.101

Dirk Haun dhaun at qs1489.pair.com
Sat May 17 15:52:51 EDT 2008


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

Modified Files:
	group.php 
Log Message:
Initialize $retval


Index: group.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/group.php,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** group.php	19 Apr 2008 11:55:52 -0000	1.100
--- group.php	17 May 2008 19:52:49 -0000	1.101
***************
*** 424,427 ****
--- 424,428 ----
      global $_CONF, $_TABLES, $_USER, $LANG_ACCESS, $VERBOSE;
  
+     $retval = '';
      if (!empty ($grp_name) && !empty ($grp_descr)) {
          $GroupAdminGroups = SEC_getUserGroups ();




More information about the geeklog-cvs mailing list