|
From: Benjamin C. <bc...@us...> - 2001-09-05 17:19:23
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv23431
Modified Files:
include.php
Log Message:
Might as well get rid of perm as well. :)
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- include.php 2001/09/05 13:26:13 1.52
+++ include.php 2001/09/05 17:19:20 1.53
@@ -141,6 +141,7 @@
function unauth($nobody = false) {
Auth::unauth($nobody);
$this->auth['group'] = '';
+ $this->auth['perm'] = '';
$this->auth['db_fields'] = '';
}
}
|