]> git.mxchange.org Git - friendica.git/commitdiff
remove stub code
authorfriendica <info@friendica.com>
Thu, 9 May 2013 08:17:11 +0000 (01:17 -0700)
committerfriendica <info@friendica.com>
Thu, 9 May 2013 08:17:11 +0000 (01:17 -0700)
include/enotify.php

index ab135a54b5b5255c82a8e1ce159e1c02400ffcf1..72365a762f983ce7c0a576aa4bf57eb9580d9428 100644 (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']),