mirror of
https://github.com/friendica/friendica
synced 2024-12-23 12:00:16 +00:00
remove stub code
This commit is contained in:
parent
3339f55310
commit
ef4ebd8546
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ function notification($params) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// create notification entry in DB
|
// create notification entry in DB
|
||||||
if($datarray['store']) {
|
|
||||||
$r = q("insert into notify (hash,name,url,photo,date,uid,link,parent,type,verb,otype)
|
$r = q("insert into notify (hash,name,url,photo,date,uid,link,parent,type,verb,otype)
|
||||||
values('%s','%s','%s','%s','%s',%d,'%s',%d,%d,'%s','%s')",
|
values('%s','%s','%s','%s','%s',%d,'%s',%d,%d,'%s','%s')",
|
||||||
dbesc($datarray['hash']),
|
dbesc($datarray['hash']),
|
||||||
|
|
Loading…
Reference in a new issue