ericmerrill / Banner-Luminis-Message-Broker-for-Moodle

A plugin for Moodle to import Banner/Luminis Message Broker data
13 stars 8 forks source link

lmb: case insensitive email domains #1

Closed mackensen closed 12 years ago

mackensen commented 12 years ago

Two changes here: Replaced the regexp with stristr (regexp didn't seem necessary) Configuration option for lowercasing email addresses

ericmerrill commented 12 years ago

Split this up. Regex is actually used by some to do more complex matching. I changed it so that you can set the preg_match to case insensitive. Also setting default behavior of settings to 0. Note that the first part of email address can be case sensitive.