Changeset 5186 for temp/trunk/html/admin/contents/inquiry.php
- Timestamp:
- 2006/09/19 22:06:53 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/inquiry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/inquiry.php
r5185 r5186 97 97 $question_id = $objQuery->nextval('dtb_question', 'question_id'); 98 98 } 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 ); 100 100 $objPage->MESSAGE = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; 101 101
Note: See TracChangeset
for help on using the changeset viewer.
