Changeset 5152 for temp/trunk/html
- Timestamp:
- 2006/09/19 16:34:24 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
admin/products/review_edit.php (modified) (2 diffs)
-
install/create_table_mysql.sql (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/review_edit.php
r5151 r5152 32 32 //¼èÆÀʸ»úÎó¤ÎÊÑ´¹ÍÑ¥«¥é¥à 33 33 $arrRegistColumn = array ( 34 array( "column" => "update_date"), 34 35 array( "column" => "status"), 35 36 array( "column" => "recommend_level"), … … 142 143 $arrRegist[ $data["column"] ] = $array[ $data["column"] ]; 143 144 } 145 if ($data['column'] == 'update_date'){ 146 $arrRegist['update_date'] = 'now()'; 147 } 144 148 } 145 149 //ÅÐÏ¿¼Â¹Ô
Note: See TracChangeset
for help on using the changeset viewer.
