diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-31 17:32:52 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-31 17:32:52 -0800 |
commit | 4f99d641c5168c30ff402209bc6eea08d87c1caf (patch) | |
tree | c65a3b04f6061f31899bb49dd0a507046887523b /include/channel.php | |
parent | f4aca35a889753be85cb0db5fbfb19824b882fdb (diff) | |
download | volse-hubzilla-4f99d641c5168c30ff402209bc6eea08d87c1caf.tar.gz volse-hubzilla-4f99d641c5168c30ff402209bc6eea08d87c1caf.tar.bz2 volse-hubzilla-4f99d641c5168c30ff402209bc6eea08d87c1caf.zip |
superfluous whitespace cleanup
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 83cf97305..bc36a5707 100644 --- a/include/channel.php +++ b/include/channel.php @@ -846,7 +846,7 @@ function channel_export_items($channel_id, $start, $finish) { $ret['relocate'] = [ 'channel_address' => $ch['channel_address'], 'url' => z_root()]; } - $r = q("select * from item where ( item_wall = 1 or item_type != %d ) and item_deleted = 0 and uid = %d and created >= '%s' and created < '%s' and resource_type = '' order by created", + $r = q("select * from item where ( item_wall = 1 or item_type != %d ) and item_deleted = 0 and uid = %d and created >= '%s' and created <= '%s' and resource_type = '' order by created", intval(ITEM_TYPE_POST), intval($channel_id), dbesc($start), |