1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-27 21:45:22 +02:00
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;
$this->founder = $userdata['user_founder'];
if ( !($this->founder = $userdata['user_founder']) )
{
$and_sql = "ao.auth_option LIKE 'list'";