lewisbeech
08-10-2005, 05:02 PM
hello, yet another error from me :(
here is what i get when i click the private message like:
Parse error: parse error, unexpected T_ELSE in /home/aq2zbea/public_html/private.php on line 1040
the bit of php code is as follows:
// bbuser is being ignored by recipient - do not send, but do not error
$tostring["$user[userid]"] = $user['username'];
continue;
}
}
else <<<<<---- THIS IS LINE 1040!
{
cache_permissions($user, false);
if ($user['permissions'] < 1)
{
// recipient has no pm permission
here is what i get when i click the private message like:
Parse error: parse error, unexpected T_ELSE in /home/aq2zbea/public_html/private.php on line 1040
the bit of php code is as follows:
// bbuser is being ignored by recipient - do not send, but do not error
$tostring["$user[userid]"] = $user['username'];
continue;
}
}
else <<<<<---- THIS IS LINE 1040!
{
cache_permissions($user, false);
if ($user['permissions'] < 1)
{
// recipient has no pm permission