Changeset 5003 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/18 15:46:49 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5002 r5003  
    9696            if (DB_TYPE == "pgsql") { 
    9797                $question_id = $objQuery->nextval('dtb_question', 'question_id'); 
    98                 $objPage->QUESTION_ID = $question_id; 
    9998            } 
    10099            $conn->query("INSERT INTO dtb_question ( question, question_name, question_id ) VALUES (?, ?, ?)", $sql_val ); 
     
    105104            if (DB_TYPE == "mysql") { 
    106105                $question_id = $objQuery->nextval('dtb_question', 'question_id'); 
    107                 $objPage->QUESTION_ID = $question_id; 
    108             } 
     106            } 
     107             
     108            $objPage->QUESTION_ID = $question_id; 
    109109            sfReload(); 
    110110        } else { 
Note: See TracChangeset for help on using the changeset viewer.