|
From: Javier S. <js...@si...> - 2001-09-05 17:37:27
|
Benjamin Curtis wrote:
>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'] = '';
>
I haven't add 'perm' array because this is already done by
Auth::unauth
:-)
>
> $this->auth['db_fields'] = '';
> }
> }
>
>
>_______________________________________________
>phpbt-dev mailing list
>php...@li...
>https://lists.sourceforge.net/lists/listinfo/phpbt-dev
>
|