Ignore:
Timestamp:
2011/03/04 23:24:33 (13 years ago)
Author:
shutta
Message:

SC_Queryクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping.php

    r20503 r20507  
    514514     */ 
    515515    function checkTempCustomer($login_email) { 
    516         $objQuery =& SC_Query::getSingletonInstance(); 
     516        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    517517        $where = "email = ? AND status = 1 AND del_flg = 0"; 
    518518        $count = $objQuery->count("dtb_customer", $where, array($login_email)); 
Note: See TracChangeset for help on using the changeset viewer.