-Wall cleanup

This commit is contained in:
Mike Macgirvin
2010-10-30 13:25:37 -07:00
parent 768acb0a3f
commit fab63ca751
8 changed files with 32 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ function ping_init(&$a) {
);
$intro = $r[0]['total'];
$myurl = $a->get_baseurl() . '/profile/' . $user['nickname'] ;
$myurl = $a->get_baseurl() . '/profile/' . $a->user['nickname'] ;
$r = q("SELECT COUNT(*) AS `total` FROM `mail`
WHERE `uid` = %d AND `seen` = 0 AND `from-url` != '%s' ",
intval(local_user()),