wrong var for notify total
This commit is contained in:
parent
77715c0c65
commit
3f89adfd62
|
@ -22,7 +22,7 @@ function ping_init(&$a) {
|
||||||
and seen = 0 order by date desc limit 0, 50",
|
and seen = 0 order by date desc limit 0, 50",
|
||||||
intval(local_user())
|
intval(local_user())
|
||||||
);
|
);
|
||||||
$sysnotify = $r[0]['total'];
|
$sysnotify = $t[0]['total'];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$z1 = q("select * from notify where uid = %d
|
$z1 = q("select * from notify where uid = %d
|
||||||
|
|
Loading…
Reference in a new issue