git-svn-id: file:///svn/phpbb/trunk@2855 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-08-15 15:57:21 +00:00
parent 8809cd7121
commit 84dacf840d

View file

@ -384,8 +384,6 @@ class acl
{ {
global $db; global $db;
$this->founder = $userdata['user_founder'];
if ( !($this->founder = $userdata['user_founder']) ) if ( !($this->founder = $userdata['user_founder']) )
{ {
$and_sql = "ao.auth_option LIKE 'list'"; $and_sql = "ao.auth_option LIKE 'list'";