]> git.mxchange.org Git - friendica.git/commitdiff
guids on items
authorFriendika <info@friendika.com>
Mon, 8 Aug 2011 00:33:13 +0000 (17:33 -0700)
committerFriendika <info@friendika.com>
Mon, 8 Aug 2011 00:33:13 +0000 (17:33 -0700)
mod/item.php

index 884e730e6b3e96eef9d9fb7d3988715f06a2f74f..62c1d4a873b512280b1aa544ef17302a9c511c3e 100644 (file)
@@ -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']),