Lines Matching refs:currentUser
4235 protected static function currentUser() function in Database2
4238 $currentUser = $_SERVER['REMOTE_USER'];
4239 if ( !$currentUser )
4247 $currentUser = '|' . session_id();
4252 return $currentUser;
4295 self::currentUser(), time() ) ) )
4345 $currentUser = self::currentUser();
4379 if ( !$st->execute( array( $table, $currentUser ) ) )
4411 if ( $user !== $currentUser )
4439 if ( !$st->execute( array( $currentUser, time(), $table, $rowid ) ))
4488 $currentUser = self::currentUser();
4511 if ( !$st->execute( array( $table, $rowid, $currentUser ) ) )
4573 $this->getIndex(), self::currentUser(),
4632 self::currentUser(), $_SERVER['REMOTE_ADDR'] );