aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-07 17:33:13 -0700
committerFriendika <info@friendika.com>2011-08-07 17:33:13 -0700
commit0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f (patch)
treebb472b90d822f1e7e6fde4389107043bb7fb99d1 /mod/item.php
parent8812b7f4caa99d01ae0e082c0b29a2ee24aed67d (diff)
downloadvolse-hubzilla-0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f.tar.gz
volse-hubzilla-0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f.tar.bz2
volse-hubzilla-0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f.zip
guids on items
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index 884e730e6..62c1d4a87 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -536,8 +536,8 @@ function item_post(&$a) {
`author-name`, `author-link`, `author-avatar`, `created`, `edited`, `received`, `changed`, `uri`, `thr-parent`, `title`, `body`, `app`, `location`, `coord`,
`tag`, `inform`, `verb`, `allow_cid`, `allow_gid`, `deny_cid`, `deny_gid`, `private`, `pubmail`, `attach` )
VALUES( '%s', %d, '%s', %d, %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s' )",
- intval($datarray['uid']),
dbesc($datarray['guid']),
+ intval($datarray['uid']),
dbesc($datarray['type']),
intval($datarray['wall']),
intval($datarray['gravity']),