]> git.mxchange.org Git - friendica.git/blobdiff - include/pubsubpublish.php
port of reds geotag feature
[friendica.git] / include / pubsubpublish.php
index 60bb2b3de05ddd21ebfd96ead4d2b96334c7c799..bc81fd78680c16cf0b429abeb557aa6b59727c87 100644 (file)
@@ -46,9 +46,8 @@ function handle_pubsubhubbub() {
                        if ($new_push > 30) // OK, let's give up
                                $new_push = 0;
 
-                       q("UPDATE `push_subscriber` SET `push` = %d, last_update = '%s' WHERE id = %d",
+                       q("UPDATE `push_subscriber` SET `push` = %d WHERE id = %d",
                                $new_push,
-                               dbesc($date_now),
                                intval($rr['id']));
                }
        }