[geeklog-cvs] geeklog-1.3/system lib-security.php,1.12,1.13

dhaun at geeklog.net dhaun at geeklog.net
Thu Mar 27 16:07:18 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/system
In directory internal.geeklog.net:/tmp/cvs-serv8614/system

Modified Files:
	lib-security.php 
Log Message:
Fixed description of SEC_hasTopicAccess() - it returns an int, not a boolean.


Index: lib-security.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/lib-security.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** lib-security.php	5 Mar 2003 14:34:44 -0000	1.12
--- lib-security.php	27 Mar 2003 21:07:16 -0000	1.13
***************
*** 219,223 ****
  *
  * @param        string      $tid        ID for topic to check on
! * @return       boolean     true if user has access to topic, otherwise false
  *
  */
--- 219,223 ----
  *
  * @param        string      $tid        ID for topic to check on
! * @return       int 	returns 3 for read/edit 2 for read only 0 for no access
  *
  */





More information about the geeklog-cvs mailing list