Changeset 5234 for temp/trunk
- Timestamp:
- 2006/09/20 13:15:58 (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
r5233 r5234 90 90 91 91 if ( ! is_numeric($_POST['question_id']) ){ 92 $objQuery = new SC_Query(); 92 93 93 94 //ÅÐÏ¿ 94 sfprintr(1);95 95 $value = serialize($_POST); 96 sfprintr(2);97 96 if (DB_TYPE == "pgsql") { 98 sfprintr(3);99 97 $question_id = $objQuery->nextval('dtb_question', 'question_id'); 100 sfprintr(4);101 102 98 } 103 99 … … 106 102 $objPage->MESSAGE = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; 107 103 108 $objQuery = new SC_Query();109 110 104 if (DB_TYPE == "mysql") { 111 105 $question_id = $objQuery->nextval('dtb_question', 'question_id');
Note: See TracChangeset
for help on using the changeset viewer.
