]> git.mxchange.org Git - friendica.git/commitdiff
remove debug line
authorFriendika <info@friendika.com>
Wed, 25 May 2011 23:02:02 +0000 (16:02 -0700)
committerFriendika <info@friendika.com>
Wed, 25 May 2011 23:02:02 +0000 (16:02 -0700)
mod/item.php

index 6120b140bfed38d978cdebf24cd160c0e2845009..c02bb2c48f8064729b97cf97838991212c8569ab 100644 (file)
@@ -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` )