another typo

This commit is contained in:
Mike Macgirvin 2010-10-30 01:16:51 -07:00
parent 2fc4677173
commit cbaf0f2dc9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function message_post(&$a) {
return; return;
} }
if(! $strlen($subject)) if(! strlen($subject))
$subject = t('[no subject]'); $subject = t('[no subject]');
$me = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1", $me = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",