diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-07 18:14:30 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-07 18:14:30 -0700 |
commit | 6d1b64065aa1f44e2b9d864ddba97891ca85d1e5 (patch) | |
tree | bfc5961a5391cb8bd43ca7071e45c344f510992c /include/photos.php | |
parent | 2f52b6c164a76435a957ad6a0562a55ae0becc2a (diff) | |
download | volse-hubzilla-6d1b64065aa1f44e2b9d864ddba97891ca85d1e5.tar.gz volse-hubzilla-6d1b64065aa1f44e2b9d864ddba97891ca85d1e5.tar.bz2 volse-hubzilla-6d1b64065aa1f44e2b9d864ddba97891ca85d1e5.zip |
consolidate import_items/sync_items
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/photos.php b/include/photos.php index 25818124a..49aab6865 100644 --- a/include/photos.php +++ b/include/photos.php @@ -226,11 +226,8 @@ function photo_upload($channel, $observer, $args) { $width_x_height = $ph->getWidth() . 'x' . $ph->getHeight(); - $mid = item_message_id(); - // Create item container - $item_hidden = (($visible) ? 0 : 1 ); $lat = $lon = null; |