issue #536 - move a line so it doesn't interfere

This commit is contained in:
friendica 2014-07-14 15:53:23 -07:00
parent 713c99a51b
commit a6c03a8c2e

View File

@ -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