Ignore:
Timestamp:
2006/09/20 09:10:26 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4401 r5189  
    214214        $sql .= "     ,tpl_path ";      // ¥Æ¥ó¥×¥ì¡¼¥ÈÊݸÀè 
    215215        $sql .= "     ,filename ";      // ¥Õ¥¡¥¤¥ë̾¾Î 
    216         $sql .= " ) VALUES ( ?,?,? )"; 
     216        $sql .= "     ,create_date ";   // ºîÀ®Æü 
     217        $sql .= "     ,update_date ";   // ¹¹¿·Æü 
     218        $sql .= " ) VALUES ( ?,?,?,now(),now() )"; 
    217219        $sql .= " "; 
    218220    }else{ 
Note: See TracChangeset for help on using the changeset viewer.