-
Page: functions_email.php
On lines 439 and 440
// fail if contains no @ symbol
if (!strstr($email,'@')) return false;
A few lines down, someone notes:
// need to update to trap for addresses in the format of "first@last"@someplace.com
If you replace line 440 with this:
if (substr_count($email,'@') != 1) return false;
It will both check for a @ symbol AND catch more...
2007-03-17 21:27:38 UTC in Zen Cart E-Commerce Shopping Cart
-
zola-me committed patchset 3935 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2003-03-27 02:20:38 UTC in Open Merchant Empires
-
zola-me committed patchset 3934 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2003-03-27 02:01:57 UTC in Open Merchant Empires
-
zola-me committed patchset 3707 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2003-03-06 00:18:33 UTC in Open Merchant Empires
-
zola-me committed patchset 3697 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2003-03-04 02:43:02 UTC in Open Merchant Empires
-
zola-me committed patchset 3094 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2002-12-18 01:03:27 UTC in Open Merchant Empires
-
zola-me committed patchset 3093 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2002-12-18 01:00:21 UTC in Open Merchant Empires
-
zola-me committed patchset 3092 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2002-12-18 00:52:59 UTC in Open Merchant Empires
-
zola-me committed patchset 3084 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2002-12-15 18:12:43 UTC in Open Merchant Empires
-
zola-me committed patchset 3082 of module openme to the Open Merchant Empires CVS repository, changing 1 files.
2002-12-15 03:01:08 UTC in Open Merchant Empires