- Timestamp:
- 2012/02/11 05:48:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_Mobile.php
r21471 r21481 438 438 function gfIsMobileMailAddress($address) { 439 439 $masterData = new SC_DB_MasterData_Ex(); 440 $arrMobileMailDomains = $masterData->getMasterData( "mtb_mobile_domain");440 $arrMobileMailDomains = $masterData->getMasterData('mtb_mobile_domain'); 441 441 442 442 foreach ($arrMobileMailDomains as $domain) {
Note: See TracChangeset
for help on using the changeset viewer.
