Changeset 4671 for temp/trunk/html
- Timestamp:
- 2006/09/13 11:34:45 (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
r4608 r4671 95 95 if ( ! is_numeric($_POST['question_id']) ){ 96 96 //ÅÐÏ¿ 97 $sql = "select nextval('dtb_question_question_id_seq');"; 98 $question_id = $conn->getOne($sql); 97 // $sql = "select nextval('dtb_question_question_id_seq');"; 98 // $question_id = $conn->getOne($sql); 99 $objQuery = new SC_Query(); 100 $deliv_id = $objQuery->nextval('dtb_question', 'question_id'); 99 101 100 102 $value = serialize($_POST);
Note: See TracChangeset
for help on using the changeset viewer.
