trim a bit of fat

This commit is contained in:
friendica
2012-08-29 23:03:03 -07:00
parent da49a27aa2
commit f6d198ce5d
23 changed files with 86 additions and 1805 deletions

View File

@@ -47,7 +47,7 @@ function ping_init(&$a) {
killme();
}
if($argc() > 1 && $argv(1) === 'notify') {
if(argc() > 1 && argv(1) === 'notify') {
$t = q("select count(*) as total from notify where uid = %d and seen = 0",
intval(local_user())
);