Changeset 18630


Ignore:
Timestamp:
2010/05/05 19:46:23 (14 years ago)
Author:
Seasoft
Message:

#628(未使用処理・定義の削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/mail/LC_Page_Admin_Mail.php

    r18526 r18630  
    421421    } 
    422422 
    423     function lfMakeCsvData(&$conn, $send_id){ 
    424         $arrTitle  = array(  'name01','email'); 
    425  
    426         $sql = "SELECT name01,email FROM dtb_send_customer WHERE send_id = ? ORDER BY email"; 
    427         $result = $conn->getAll($sql, array($send_id) ); 
    428  
    429         if ( $result ){ 
    430             $return = SC_Utils_Ex::getCSVData( $result, $arrTitle); 
    431         } 
    432         return $return; 
    433     } 
    434  
    435423    //現在時刻の取得(配信時間デフォルト値) 
    436424    function lfGetNowDate(){ 
Note: See TracChangeset for help on using the changeset viewer.