From 9a1e5aaf09c1b940f4615f7dc2999e16b019ab18 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 8 Feb 2011 05:08:10 -0800 Subject: tweaks to reworked remote deletion, which also fixes some comment box oddities --- mod/dfrn_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index cd0f58753..dffbb5974 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -246,7 +246,7 @@ function dfrn_notify_post(&$a) { ); if($item['last-child']) { // ensure that last-child is set in case the comment that had it just got wiped. - $q("UPDATE `item` SET `last-child` = 0, `changed` = '%s' WHERE `parent-uri` = '%s' AND `uid` = %d ", + q("UPDATE `item` SET `last-child` = 0, `changed` = '%s' WHERE `parent-uri` = '%s' AND `uid` = %d ", dbesc(datetime_convert()), dbesc($item['parent-uri']), intval($item['uid']) -- cgit v1.2.3