Changeset 18597 for branches/version-2_4-dev
- Timestamp:
- 2010/03/03 12:09:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php
r18591 r18597 225 225 */ 226 226 if (!empty($arrRet[0]['email_mobile'])) { 227 $objMailText = new SC_MobileView( );227 $objMailText = new SC_MobileView(false); 228 228 } else { 229 $objMailText = new SC_SiteView( );229 $objMailText = new SC_SiteView(false); 230 230 } 231 231 $objMailText->assignobj($this);
Note: See TracChangeset
for help on using the changeset viewer.