|
From: Benjamin C. <bc...@us...> - 2002-03-02 18:02:26
|
Update of /cvsroot/phpbt/phpbt/inc
In directory usw-pr-cvs1:/tmp/cvs-serv7904/inc
Modified Files:
auth.php
Log Message:
Need to clear the user groups
Index: auth.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/auth.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- auth.php 26 Feb 2002 09:02:27 -0000 1.6
+++ auth.php 2 Mar 2002 18:02:23 -0000 1.7
@@ -96,6 +96,7 @@
$this->auth['perm'] = array();
$this->auth['exp'] = 0;
$this->auth['group'] = array();
+ $this->auth['group_ids'] = array(0);
$this->auth['db_fields'] = array();
}
}
|