PHP Code:
IF(administrator.userid IS NULL, 0, 1, 2)
The IF clause only take 3 parameters:
- The condition
- True value
- False value
You have a third value there, and that must be because you have edited some file.
Quote:
Originally Posted by WMR
by an error the member #1 was deleted and now the main admin is member#2, just to let u know
|
The userid of the main admin doesn't matter. The only place where you would have to make an edit, is in the includes/config.php to include the new userid in the superadmins variable.