01/ commented on Avondale Logan Square Crime Blotter's story, EMS run on Dickens.
28 weeks 3 days ago · Comment (5 more)
Status
<?php
$account = user_load(array('uid' => arg(1)));
if (!$account->uid) {
echo t('This user has no statuses yet.');
return;
}
$count = facebook_status_has_status(arg(1));
if (!$count) {
global $user;
if ($user->uid == $account->uid) {
echo t('You have no statuses yet.');
}
else {
echo t('@name has no statuses yet.', array('@name' => check_plain($account->name)));
}
}
?>
Info
Karma
- Rank
- 1338
- Rank (out of 10000)
- 2272
- Karma
- 0
User Stats
Submitted scoops 0 Published scoops 0 Comments 1 Votes 0 Rank: 1338
History
- Member for
- 28 weeks 3 days

RSS Feed of April's posts