Changeset 4671 for temp/trunk/html


Ignore:
Timestamp:
2006/09/13 11:34:45 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4608 r4671  
    9595        if ( ! is_numeric($_POST['question_id']) ){ 
    9696            //ÅÐÏ¿ 
    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'); 
    99101             
    100102            $value = serialize($_POST); 
Note: See TracChangeset for help on using the changeset viewer.