[geeklog-cvs] Geeklog-1.x/system lib-user.php,1.41,1.42

Blaine Lang blaine at qs1489.pair.com
Sat Jun 9 17:14:12 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv26223/system

Modified Files:
	lib-user.php 
Log Message:
Correct braces in function define.

Index: lib-user.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-user.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** lib-user.php	9 Jun 2007 20:43:41 -0000	1.41
--- lib-user.php	9 Jun 2007 21:14:10 -0000	1.42
***************
*** 645,649 ****
  *
  */
! function USER_getChildGroups($groupid) {
      global $_TABLES;
      $to_check = array ();
--- 645,650 ----
  *
  */
! function USER_getChildGroups($groupid)
! {
      global $_TABLES;
      $to_check = array ();




More information about the geeklog-cvs mailing list