Ignore:
Timestamp:
2006/09/19 22:06:53 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5185 r5186  
    9797                $question_id = $objQuery->nextval('dtb_question', 'question_id'); 
    9898            } 
    99             $conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date, update_date) VALUES (?, ?, ?, now(), now())", $sql_val ); 
     99            $conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date) VALUES (?, ?, ?, now())", $sql_val ); 
    100100            $objPage->MESSAGE = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; 
    101101             
Note: See TracChangeset for help on using the changeset viewer.