We will be doing a planed maintenance of around 3 minutes starting 09:25 UTC (that is in a few minutes from now) and 09:30 UTC. Sorry for the inconvenience.
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.

if ($fromid) {
$sql="SELECT username FROM #__users WHERE id=".(int)$fromid;
$_CB_database->setQuery($sql);
$from = $database->loadResult();
} else {
$from = null;
}
$sql="SELECT username FROM #__users WHERE id=".(int)$toid;
$_CB_database->setQuery($sql);
$to = $database->loadResult();
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.