aboutsummaryrefslogtreecommitdiffstats
path: root/include/photos.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-07 18:14:30 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-07 18:14:30 -0700
commit6d1b64065aa1f44e2b9d864ddba97891ca85d1e5 (patch)
treebfc5961a5391cb8bd43ca7071e45c344f510992c /include/photos.php
parent2f52b6c164a76435a957ad6a0562a55ae0becc2a (diff)
downloadvolse-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.php3
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;