issue #536 - move a line so it doesn't interfere
This commit is contained in:
parent
713c99a51b
commit
a6c03a8c2e
@ -169,6 +169,7 @@ function mail_content(&$a) {
|
|||||||
));
|
));
|
||||||
|
|
||||||
$preselect = (isset($a->argv[2])?array($a->argv[2]):false);
|
$preselect = (isset($a->argv[2])?array($a->argv[2]):false);
|
||||||
|
$prename = $preurl = $preid = '';
|
||||||
|
|
||||||
if(x($_REQUEST,'hash')) {
|
if(x($_REQUEST,'hash')) {
|
||||||
$r = q("select abook.*, xchan.* from abook left join xchan on abook_xchan = xchan_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) {
|
if($preselect) {
|
||||||
$r = q("select abook.*, xchan.* from abook left join xchan on abook_xchan = xchan_hash
|
$r = q("select abook.*, xchan.* from abook left join xchan on abook_xchan = xchan_hash
|
||||||
|
Reference in New Issue
Block a user