Bug found in coming back code

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@7 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Greg 17 years ago
parent c7e49d0631
commit a4c70c4977

@ -89,8 +89,8 @@ if ($_SERVER['REQUEST_METHOD'] == "POST")
$tGoto = $row['goto'];
//only one of these will do something, first handles address at beginning and middle, second at end
$goto= preg_replace ( "/$fUsername@$vacation_domain,/", '', $tGoto);
$goto= preg_replace ( "/,$fUsername@$vacation_domain/", '', $goto);
$goto= preg_replace ( "/$USERID_USERNAME@$vacation_domain,/", '', $tGoto);
$goto= preg_replace ( "/,$USERID_USERNAME@$vacation_domain/", '', $goto);
}

Loading…
Cancel
Save