Changeset 20428 for branches/version-2_5-dev/data/class/SC_Customer.php
- Timestamp:
- 2011/02/27 01:13:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Customer.php
r20384 r20428 262 262 function isBirthMonth() { 263 263 if (isset($_SESSION['customer']['birth'])) { 264 $arrRet = split("[- :/]", $_SESSION['customer']['birth']);264 $arrRet = preg_split("|[- :/]|", $_SESSION['customer']['birth']); 265 265 $birth_month = intval($arrRet[1]); 266 266 $now_month = intval(date("m"));
Note: See TracChangeset
for help on using the changeset viewer.
