Changeset 11748 for branches/dev


Ignore:
Timestamp:
2007/03/12 10:40:23 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_CustomerList.php

    r11747 r11748  
    285285         
    286286        if($is_mobile == true) { 
    287             $email_column = "dtb_customer.email_mobile"; 
     287            $email_column = "dtb_customer.email_mobile as email"; 
    288288        } else { 
    289289            $email_column = "dtb_customer.email";            
Note: See TracChangeset for help on using the changeset viewer.