Changeset 2565 for temp/trunk/html


Ignore:
Timestamp:
2006/08/29 10:11:27 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/bloc.php

    r2118 r2565  
    138138    $sql = " SELECT "; 
    139139    $sql .= "   bloc_id"; 
     140    $sql .= "   bloc_code"; 
    140141    $sql .= "   ,bloc_name"; 
    141142    $sql .= "   ,tpl_path"; 
     
    144145    $sql .= "   ,update_date"; 
    145146    $sql .= "   ,php_path"; 
     147    $sql .= "   ,del_flg"; 
    146148    $sql .= " FROM "; 
    147149    $sql .= "   dtb_bloc"; 
Note: See TracChangeset for help on using the changeset viewer.