aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-24 20:21:37 -0800
committerfriendica <info@friendica.com>2013-02-24 20:21:37 -0800
commitcfd0dc1bffb8f7151db670af26f89a3a746fd88d (patch)
tree727dfd4553ed1e7e5cad2ead0574ceaeecf1ead4 /include/socgraph.php
parent32aef838f8317ef908f50c02c2edd4a6fa9ee012 (diff)
downloadvolse-hubzilla-cfd0dc1bffb8f7151db670af26f89a3a746fd88d.tar.gz
volse-hubzilla-cfd0dc1bffb8f7151db670af26f89a3a746fd88d.tar.bz2
volse-hubzilla-cfd0dc1bffb8f7151db670af26f89a3a746fd88d.zip
little fixes
Diffstat (limited to 'include/socgraph.php')
-rw-r--r--include/socgraph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php
index 0d9ae3e6c..7de51b36b 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -130,7 +130,7 @@ function poco_load($xchan = null,$url = null) {
);
}
else {
- q("update xlink set xlink_updated = '%s', rating = %d where xlink_id = %d limit 1",
+ q("update xlink set xlink_updated = '%s', xlink_rating = %d where xlink_id = %d limit 1",
dbesc(datetime_convert()),
intval($rating),
intval($r[0]['xlink_id'])