Changeset 18599 for branches/comu-ver2
- Timestamp:
- 2010/03/03 14:20:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/admin/customer/LC_Page_Admin_Customer.php
r18598 r18599 230 230 if (!empty($arrRet[0]['email_mobile'])) { 231 231 $objMailText = new SC_MobileView(false); 232 $this->to_name01 = $arrRet[0]['name01']; 233 $this->to_name02 = $arrRet[0]['name02']; 232 234 } else { 233 235 $objMailText = new SC_SiteView(false);
Note: See TracChangeset
for help on using the changeset viewer.