Ignore:
Timestamp:
2010/07/20 13:25:33 (14 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/class/helper/SC_Helper_Mobile.php

    r18562 r18758  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    390390        $objQuery = new SC_Query; 
    391391 
    392         $arrRow = $objQuery->getrow('dtb_mobile_kara_mail', 'session_id, next_url, email', 
     392        $arrRow = $objQuery->getRow('dtb_mobile_kara_mail', 'session_id, next_url, email', 
    393393                                    'token = ? AND email IS NOT NULL AND receive_date >= ?', 
    394394                                    array($token, date('Y-m-d H:i:s', time() - MOBILE_SESSION_LIFETIME))); 
Note: See TracChangeset for help on using the changeset viewer.