Changeset 5227 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

    r5226 r5227  
    7474$result = $conn->getAll($sql); 
    7575$objPage->list_data = $result; 
    76                          
     76 
     77/* 
    7778if ( $_GET['mode'] == 'regist' ){ 
    7879 
     
    8788 
    8889    if ( ! $error  ){ 
    89         /* 
     90         
    9091        if ( ! is_numeric($_POST['question_id']) ){ 
    9192            //ÅÐÏ¿ 
     
    115116            sfReload(); 
    116117        } 
    117         */ 
    118118    } else { 
    119119         
     
    156156    } 
    157157}  
    158  
     158*/ 
    159159 
    160160 
Note: See TracChangeset for help on using the changeset viewer.