- Timestamp:
- 2010/06/23 12:16:05 (16 years ago)
- bzr:base-revision:
- [email protected]
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php 15568@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fadmin%2Fcustomer%2FLC_Page_Admin_Customer_Edit.php
data/class/pages/entry/LC_Page_Entry.php 15141@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fentry%2FLC_Page_Entry.php
data/class/pages/mypage/LC_Page_Mypage_Change.php 16070@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fmypage%2FLC_Page_Mypage_Change.php- bzr:mapping-version:
- v4
- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 1945
- bzr:revprop:branch-nick:
- branches/version-2_4
- bzr:root:
- branches/version-2_4
- bzr:text-parents:
data/class/pages/admin/customer/LC_Page_Admin_Customer_Edit.php [email protected]
data/class/pages/entry/LC_Page_Entry.php [email protected]
data/class/pages/mypage/LC_Page_Mypage_Change.php [email protected]- bzr:timestamp:
- 2010-06-23 12:15:59.976000071 +0900
- bzr:user-agent:
- bzr2.1.2+bzr-svn1.0.2
- svn:original-date:
- 2010-06-23T03:15:59.976000Z
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/data/class/pages/entry/LC_Page_Entry.php
r18734 r18741 731 731 $array["email"] = strtolower($array["email"]); 732 732 $objQuery = new SC_Query(); 733 $arrRet = $objQuery->select("email, update_date, del_flg", "dtb_customer","email = ? OR DER BY del_flg", array($array["email"]));733 $arrRet = $objQuery->select("email, update_date, del_flg", "dtb_customer","email = ? OR email_mobile = ? ORDER BY del_flg", array($array["email"], $array["email"])); 734 734 735 735 if(count($arrRet) > 0) {
Note: See TracChangeset
for help on using the changeset viewer.
