[phplib] The code From: Peter Simard (pasimard <email protected>)
Date: 02/23/01

Here's the code in question, with comments:

  ## This is for performance, I guess but I'm not sure if it could
    ## be safely removed -- negro
    if (! $this->in) {
      $sess->register("auth");
      $this->in = true;
    }

As Always,

Pete