Changeset 5226 for temp/trunk


Ignore:
Timestamp:
2006/09/20 13:03:35 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5225 r5226  
    8787 
    8888    if ( ! $error  ){ 
    89          
     89        /* 
    9090        if ( ! is_numeric($_POST['question_id']) ){ 
    9191            //ÅÐÏ¿ 
     
    9595            } 
    9696            $sql_val = array( $value, $_POST['title'] ,$question_id ); 
    97 //          $conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date) VALUES (?, ?, ?, now())", $sql_val ); 
     97            $conn->query("INSERT INTO dtb_question ( question, question_name, question_id, create_date) VALUES (?, ?, ?, now())", $sql_val ); 
    9898            $objPage->MESSAGE = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; 
    9999             
     
    115115            sfReload(); 
    116116        } 
     117        */ 
    117118    } else { 
    118119         
Note: See TracChangeset for help on using the changeset viewer.