Changeset 5223 for temp/trunk/html


Ignore:
Timestamp:
2006/09/20 12:54:47 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5222 r5223  
    6363$objSess = new SC_Session(); 
    6464 
     65$i=0; 
     66sfprintr($i+1); 
     67 
    6568// ǧ¾Ú²ÄÈݤÎȽÄê 
    6669sfIsSuccess($objSess); 
    67  
    6870 
    6971$arrActive = array( "0"=>"²ÔƯ", "1"=>"Èó²ÔƯ" ); 
     
    7375 
    7476 
     77sfprintr($i+1); 
     78                 
    7579$sql = "SELECT *, cast(substring(create_date, 1, 10) as date) as disp_date FROM dtb_question WHERE del_flg = 0 ORDER BY question_id"; 
    7680$result = $conn->getAll($sql); 
    7781$objPage->list_data = $result; 
    78     sfprintr($error); 
    79                          
     82sfprintr($i+1);              
    8083if ( $_GET['mode'] == 'regist' ){ 
    81  
     84sfprintr($i+1); 
    8285    for ( $i=0; $i<count($_POST["question"]); $i++ ) { 
    8386        $_POST['question'][$i]['name'] = mb_convert_kana( trim ( $_POST['question'][$i]['name'] ), "K" ); 
     
    8689        } 
    8790    } 
    88      
     91sfprintr($i+1); 
    8992    $error = lfErrCheck(); 
    9093 
Note: See TracChangeset for help on using the changeset viewer.