diff options
author | Friendika <info@friendika.com> | 2011-05-25 16:02:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-25 16:02:02 -0700 |
commit | b6b2997b435d9e7df6040d208fa0c68503fc1ee9 (patch) | |
tree | 38d57ac24f653eed46ec1032f78b7fbacd26dc4f /mod/item.php | |
parent | 8e8054bc80d8eff6a1c74aee6c512d13ffef2dfa (diff) | |
download | volse-hubzilla-b6b2997b435d9e7df6040d208fa0c68503fc1ee9.tar.gz volse-hubzilla-b6b2997b435d9e7df6040d208fa0c68503fc1ee9.tar.bz2 volse-hubzilla-b6b2997b435d9e7df6040d208fa0c68503fc1ee9.zip |
remove debug line
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 6120b140b..c02bb2c48 100644 --- a/mod/item.php +++ b/mod/item.php @@ -443,7 +443,7 @@ function item_post(&$a) { else $post_id = 0; -dbg(1); + $r = q("INSERT INTO `item` (`uid`,`type`,`wall`,`gravity`,`contact-id`,`owner-name`,`owner-link`,`owner-avatar`, `author-name`, `author-link`, `author-avatar`, `created`, `edited`, `changed`, `uri`, `title`, `body`, `location`, `coord`, `tag`, `inform`, `verb`, `allow_cid`, `allow_gid`, `deny_cid`, `deny_gid`, `private`, `pubmail`, `attach` ) |