Merge branch 'dev' of https://github.com/andryyy/mailcow-dockerized
This commit is contained in:
		@@ -3274,7 +3274,7 @@ function mailbox_edit_alias($postarray) {
 | 
				
			|||||||
		$stmt = $pdo->prepare("UPDATE `alias` SET
 | 
							$stmt = $pdo->prepare("UPDATE `alias` SET
 | 
				
			||||||
      `goto` = :goto,
 | 
					      `goto` = :goto,
 | 
				
			||||||
      `active`= :active,
 | 
					      `active`= :active,
 | 
				
			||||||
      `modified` = :modified,
 | 
					      `modified` = :modified
 | 
				
			||||||
        WHERE `address` = :address");
 | 
					        WHERE `address` = :address");
 | 
				
			||||||
		$stmt->execute(array(
 | 
							$stmt->execute(array(
 | 
				
			||||||
			':goto' => $goto,
 | 
								':goto' => $goto,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user