|
From: Benjamin C. <bc...@us...> - 2001-09-07 13:17:41
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv26953
Modified Files:
include.php
Log Message:
Take perm out since Auth::unauth does it :)
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- include.php 2001/09/05 17:19:20 1.53
+++ include.php 2001/09/07 13:17:37 1.54
@@ -141,7 +141,6 @@
function unauth($nobody = false) {
Auth::unauth($nobody);
$this->auth['group'] = '';
- $this->auth['perm'] = '';
$this->auth['db_fields'] = '';
}
}
|