User - Allow send as all - list all domains inc. alias domains
This commit is contained in:
		
				
					committed by
					
						 Kristián Feldsam
						Kristián Feldsam
					
				
			
			
				
	
			
			
			
						parent
						
							41b75e1bcf
						
					
				
				
					commit
					7cb23cf4a3
				
			| @@ -483,7 +483,7 @@ function user_get_alias_details($username) { | ||||
|     while ($row = array_shift($run)) { | ||||
|       $data['aliases_also_send_as'] = $row['send_as']; | ||||
|     } | ||||
|     $stmt = $pdo->prepare("SELECT IFNULL(GROUP_CONCAT(`send_as` SEPARATOR ', '), '✘') AS `send_as` FROM `sender_acl` WHERE `logged_in_as` = :username AND `send_as` LIKE '@%';"); | ||||
|     $stmt = $pdo->prepare("SELECT IFNULL(CONCAT(GROUP_CONCAT(DISTINCT `send_as` SEPARATOR ', '), ', ', GROUP_CONCAT(DISTINCT CONCAT('@',`alias_domain`) SEPARATOR ', ')), '✘') AS `send_as` FROM `sender_acl` LEFT JOIN `alias_domain` ON `alias_domain`.`target_domain` =  TRIM(LEADING '@' FROM `send_as`) WHERE `logged_in_as` = :username AND `send_as` LIKE '@%';"); | ||||
|     $stmt->execute(array(':username' => $username)); | ||||
|     $run = $stmt->fetchAll(PDO::FETCH_ASSOC); | ||||
|     while ($row = array_shift($run)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user