[ postfixadmin-Bugs-3266862 ] Typo in validate_email
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2011-04-10 13:14:20
|
Bugs item #3266862, was opened at 2011-04-01 11:00 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3266862&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: v2.3.2 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Gabriele Vivinetto (gabrielev) Assigned to: Nobody/Anonymous (nobody) Summary: Typo in validate_email Initial Comment: In v 2.3.3, Squirrelmail plugin. In: ./functions.inc.php line 95 should be: $return = filter_var('validate_email', $email); NOT $return = filter_var('validate_email', $emai); Note the missing "l" in the variable name ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2011-04-10 15:14 Message: Good catch! Thanks for the report! Fixed in SVN r1024 (trunk) and r1025 (2.3 branch). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3266862&group_id=191583 |