Ignore:
Timestamp:
2008/04/04 14:49:30 (16 years ago)
Author:
satou
Message:

fixed by shutta (merge r17144)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/admin/contents/LC_Page_Admin_Contents_Inquiry.php

    r16755 r17204  
    9898                              ); 
    9999 
    100         $sql = "SELECT *, cast(substring(create_date, 1, 10) as date) as disp_date FROM dtb_question WHERE del_flg = 0 ORDER BY question_id"; 
     100        $sql = "SELECT *, cast(create_date as date) as disp_date FROM dtb_question WHERE del_flg = 0 ORDER BY question_id"; 
    101101        $result = $conn->getAll($sql); 
    102102        $this->list_data = $result; 
Note: See TracChangeset for help on using the changeset viewer.