This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
fixed missing close parenthesis
pull/1/head
fabrixxm
10 years ago
parent
8cced061bb
commit
64be33a3ff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/notifier.php
+ 1
- 1
include/notifier.php
View File
@ -84,7 +84,7 @@ function notifier_run($argv, $argc){
if
(
$items
[
0
][
'deleted'
])
{
foreach
(
$items
as
$item
)
$item
[
'deleted'
]
=
1
;
}
}
$r
=
q
(
"
SELECT `contact`.*, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`, `user`.`page-flags`
Write
Preview
Loading…
Cancel
Save