Changeset 4854 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/17 14:40:39 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/contents/inquiry.php

    r4671 r4854  
    3636 
    3737 
    38  
    39  
    40  
    4138class LC_Page { 
    4239    var $cnt_question; 
     
    7673 
    7774 
    78 $sql = "SELECT *, to_char( create_date, 'YYYY/MM/DD' ) as disp_date FROM dtb_question WHERE del_flg = 0 ORDER BY question_id"; 
     75$sql = "SELECT *, cast(substring(create_date, 1, 10) as date) as disp_date FROM dtb_question WHERE del_flg = 0 ORDER BY question_id"; 
    7976$result = $conn->getAll($sql); 
    8077$objPage->list_data = $result; 
Note: See TracChangeset for help on using the changeset viewer.