Changeset 5234 for temp/trunk


Ignore:
Timestamp:
2006/09/20 13:15:58 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5233 r5234  
    9090         
    9191        if ( ! is_numeric($_POST['question_id']) ){ 
     92            $objQuery = new SC_Query(); 
    9293             
    9394            //ÅÐÏ¿ 
    94             sfprintr(1); 
    9595            $value = serialize($_POST); 
    96             sfprintr(2); 
    9796            if (DB_TYPE == "pgsql") { 
    98                 sfprintr(3); 
    9997                $question_id = $objQuery->nextval('dtb_question', 'question_id'); 
    100                 sfprintr(4); 
    101  
    10298            } 
    10399             
     
    106102            $objPage->MESSAGE = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; 
    107103 
    108             $objQuery = new SC_Query(); 
    109              
    110104            if (DB_TYPE == "mysql") { 
    111105                $question_id = $objQuery->nextval('dtb_question', 'question_id'); 
Note: See TracChangeset for help on using the changeset viewer.