Changeset 5189 for temp/trunk/html
- Timestamp:
- 2006/09/20 09:10:26 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 4 edited
-
admin/design/bloc.php (modified) (1 diff)
-
admin/design/main_edit.php (modified) (1 diff)
-
admin/system/input.php (modified) (1 diff)
-
install/insert_data.sql (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/bloc.php
r4401 r5189 214 214 $sql .= " ,tpl_path "; // ¥Æ¥ó¥×¥ì¡¼¥ÈÊݸÀè 215 215 $sql .= " ,filename "; // ¥Õ¥¡¥¤¥ë̾¾Î 216 $sql .= " ) VALUES ( ?,?,? )"; 216 $sql .= " ,create_date "; // ºîÀ®Æü 217 $sql .= " ,update_date "; // ¹¹¿·Æü 218 $sql .= " ) VALUES ( ?,?,?,now(),now() )"; 217 219 $sql .= " "; 218 220 }else{ -
temp/trunk/html/admin/design/main_edit.php
r5145 r5189 214 214 $sql .= " ,footer_chk"; 215 215 $sql .= " ,update_url"; 216 $sql .= " ) VALUES ( ?,?,?,?,?,?,?,? )"; 216 $sql .= " ,create_date"; 217 $sql .= " ,update_date"; 218 $sql .= " ) VALUES ( ?,?,?,?,?,?,?,?,now(),now() )"; 217 219 $sql .= " "; 218 220 }else{ -
temp/trunk/html/admin/system/input.php
r5162 r5189 161 161 $sqlval['creator_id'] = $_SESSION['member_id']; 162 162 $sqlval['create_date'] = "now()"; 163 $sqlval['update_date'] = "now()"; 163 164 // INSERT¤Î¼Â¹Ô 164 165 $ret = $oquery->insert("dtb_member", $sqlval);
Note: See TracChangeset
for help on using the changeset viewer.
