Who knew there's a [ PHP]-tag?
function calculate_smerit($user){
$sendableUserMerit = db_query("select sum(amount) from merit_ledger where ID_MEMBER_TO=$user", __FILE__, __LINE__);
if(mysql_num_rows($sendableUserMerit))
$sendableUserMerit = (int)(mysql_fetch_array($sendableUserMerit)[0]/2);
else
$sendableUserMerit = 0;
And who knew there's some sort of "space" that Admin can post, but turns into " " when I quote it? And
why can Mia Chloe post it without problems?
Never mind, the " "-thing only happens when I Preview my post.