aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-27 22:32:21 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-27 22:32:21 -0700
commitfa154248dcd62677544aa9ac7d82ddcd3df92f6e (patch)
tree57e47aafd0faa2b462aeb7bea864b562577333d9 /include/poller.php
parent2e5fb9c37e76c20ea0c25e1215a549b561dc68a8 (diff)
downloadvolse-hubzilla-fa154248dcd62677544aa9ac7d82ddcd3df92f6e.tar.gz
volse-hubzilla-fa154248dcd62677544aa9ac7d82ddcd3df92f6e.tar.bz2
volse-hubzilla-fa154248dcd62677544aa9ac7d82ddcd3df92f6e.zip
working on readonly contact attribute
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index c7108d13c..d1fc898d5 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -95,7 +95,7 @@ echo "Length:" . strlen($xml) . "\r\n";
if(count($r)) {
if($r[0]['uri'] == $r[0]['parent-uri']) {
$r = q("UPDATE `item` SET `deleted` = 1, `edited` = '%s'
- WHERE `parent-uri` = '%s'"
+ WHERE `parent-uri` = '%s'",
dbesc($when),
dbesc($r[0]['uri'])
);