|
From: Ben C. <php...@be...> - 2001-09-06 03:32:34
|
Oops, I guess we can yank it, then. :)
On Wed, Sep 05, 2001 at 07:37:16PM +0200, Javier Sixto wrote:
> 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
> >
>
>
>
>
> _______________________________________________
> phpbt-dev mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpbt-dev
|