Changeset:
949a2b8e55aa
https://sourceforge.net/p/mrbs/hg-code/ci/949a2b8e55aaa79737293ade89ddb147960ec0b8
Author:
Campbell Morrison <[email protected]>
Date:
Fri Feb 19 16:08:50 2016 +0000
Log message:
Fixed bug introduced in last change
diffstat:
web/functions.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7b4e071ce254 -r 949a2b8e55aa web/functions.inc
--- a/web/functions.inc Fri Feb 19 15:48:27 2016 +0000
+++ b/web/functions.inc Fri Feb 19 16:08:50 2016 +0000
@@ -2048,7 +2048,7 @@
$emails = explode(',', $list);
foreach ($emails as $email)
{
- if (!validate_email)
+ if (!validate_email($email))
{
return FALSE;
}
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits