remove stub code

This commit is contained in:
friendica 2013-05-09 01:17:11 -07:00
parent 3339f55310
commit ef4ebd8546
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ function notification($params) {
}
// create notification entry in DB
if($datarray['store']) {
$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')",
dbesc($datarray['hash']),