Changeset 5003 for temp/trunk/html/admin
- Timestamp:
- 2006/09/18 15:46:49 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/inquiry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/inquiry.php
r5002 r5003 96 96 if (DB_TYPE == "pgsql") { 97 97 $question_id = $objQuery->nextval('dtb_question', 'question_id'); 98 $objPage->QUESTION_ID = $question_id;99 98 } 100 99 $conn->query("INSERT INTO dtb_question ( question, question_name, question_id ) VALUES (?, ?, ?)", $sql_val ); … … 105 104 if (DB_TYPE == "mysql") { 106 105 $question_id = $objQuery->nextval('dtb_question', 'question_id'); 107 $objPage->QUESTION_ID = $question_id; 108 } 106 } 107 108 $objPage->QUESTION_ID = $question_id; 109 109 sfReload(); 110 110 } else {
Note: See TracChangeset
for help on using the changeset viewer.
