little fixes

This commit is contained in:
friendica
2013-02-24 20:21:37 -08:00
parent 32aef838f8
commit cfd0dc1bff
4 changed files with 7 additions and 6 deletions

View File

@@ -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'])