aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mail.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-14 15:53:23 -0700
committerfriendica <info@friendica.com>2014-07-14 15:53:23 -0700
commita6c03a8c2e466f3b2107ab8e9fc0b7db7203e515 (patch)
treedafa8fa8f3e3e980728fb1323a18229bb1b6086d /mod/mail.php
parent713c99a51b1ed1f431ad74b3e1b6d06f4895df63 (diff)
downloadvolse-hubzilla-a6c03a8c2e466f3b2107ab8e9fc0b7db7203e515.tar.gz
volse-hubzilla-a6c03a8c2e466f3b2107ab8e9fc0b7db7203e515.tar.bz2
volse-hubzilla-a6c03a8c2e466f3b2107ab8e9fc0b7db7203e515.zip
issue #536 - move a line so it doesn't interfere
Diffstat (limited to 'mod/mail.php')
-rw-r--r--mod/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mail.php b/mod/mail.php
index 3d3608b40..8cab42bd0 100644
--- a/mod/mail.php
+++ b/mod/mail.php
@@ -169,6 +169,7 @@ function mail_content(&$a) {
));
$preselect = (isset($a->argv[2])?array($a->argv[2]):false);
+ $prename = $preurl = $preid = '';
if(x($_REQUEST,'hash')) {
$r = q("select abook.*, xchan.* from abook left join xchan on abook_xchan = xchan_hash
@@ -184,7 +185,6 @@ function mail_content(&$a) {
}
}
- $prename = $preurl = $preid = '';
if($preselect) {
$r = q("select abook.*, xchan.* from abook left join xchan on abook_xchan = xchan_hash