aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-14 17:34:47 -0700
committerzotlabs <mike@macgirvin.com>2017-08-14 17:34:47 -0700
commit68f6043d44e65f0516b2374948b51ccc8ab241fc (patch)
tree412b8020dcc746c408b3ac3f8d40180af2e00244 /include/items.php
parentba08555efc66e8b55f62ea74aa5e9fd403f85124 (diff)
downloadvolse-hubzilla-68f6043d44e65f0516b2374948b51ccc8ab241fc.tar.gz
volse-hubzilla-68f6043d44e65f0516b2374948b51ccc8ab241fc.tar.bz2
volse-hubzilla-68f6043d44e65f0516b2374948b51ccc8ab241fc.zip
new content type
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 5a0ca01c6..e7bec7f20 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1600,7 +1600,6 @@ function item_store($arr, $allow_exec = false, $deliver = true) {
$arr['aid'] = ((x($arr,'aid')) ? intval($arr['aid']) : 0);
$arr['mid'] = ((x($arr,'mid')) ? notags(trim($arr['mid'])) : random_string());
$arr['revision'] = ((x($arr,'revision') && intval($arr['revision']) > 0) ? intval($arr['revision']) : 0);
-logger('revision: ' . $arr['revision']);
$arr['author_xchan'] = ((x($arr,'author_xchan')) ? notags(trim($arr['author_xchan'])) : '');
$arr['owner_xchan'] = ((x($arr,'owner_xchan')) ? notags(trim($arr['owner_xchan'])) : '');