Changeset 5152 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/19 16:34:24 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/review_edit.php

    r5151 r5152  
    3232//¼èÆÀʸ»úÎó¤ÎÊÑ´¹ÍÑ¥«¥é¥à 
    3333$arrRegistColumn = array (       
     34                                array( "column" => "update_date"), 
    3435                                array( "column" => "status"), 
    3536                                array( "column" => "recommend_level"),       
     
    142143            $arrRegist[ $data["column"] ] = $array[ $data["column"] ]; 
    143144        } 
     145        if ($data['column'] == 'update_date'){ 
     146            $arrRegist['update_date'] = 'now()'; 
     147        } 
    144148    } 
    145149    //ÅÐÏ¿¼Â¹Ô 
Note: See TracChangeset for help on using the changeset viewer.