aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-12-26 16:59:52 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-12-26 16:59:52 +0000
commit0130fb077fbea06c0abd6e395adccddcd08a0c99 (patch)
tree92ef815c8bd4abf684db54e42fd56e00c159fbfb /mod
parentd1273b17e541387b6f007f58c320355369ed1b65 (diff)
downloadvolse-hubzilla-0130fb077fbea06c0abd6e395adccddcd08a0c99.tar.gz
volse-hubzilla-0130fb077fbea06c0abd6e395adccddcd08a0c99.tar.bz2
volse-hubzilla-0130fb077fbea06c0abd6e395adccddcd08a0c99.zip
Cruft left over from stuff we don't have anymore.
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/photos.php b/mod/photos.php
index 7a9229cc4..f4e770ec0 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -697,13 +697,10 @@ function photos_content(&$a) {
$imagelink = ($a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/image/' . $rr['resource_id']
. (($_GET['order'] === 'posted') ? '?f=&order=posted' : ''));
- $rel=("photo");
-
$photos[] = array(
'id' => $rr['id'],
'twist' => ' ' . $twist . rand(2,4),
'link' => $imagelink,
- 'rel' => $rel,
'title' => t('View Photo'),
'src' => $a->get_baseurl() . '/photo/' . $rr['resource_id'] . '-' . $rr['scale'] . '.' .$ext,
'alt' => $imgalt_e,