Changeset 5175 for temp/trunk/html/admin
- Timestamp:
- 2006/09/19 21:29:48 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
mail/template_input.php (modified) (1 diff)
-
products/class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/template_input.php
r5174 r5175 84 84 $sqlval['creator_id'] = $_SESSION['member_id']; 85 85 $sqlval['body'] = $arrVal['body']; 86 $sqlval['create_date'] = "now()";87 86 $sqlval['update_date'] = "now()"; 88 87 -
temp/trunk/html/admin/products/class.php
r5162 r5175 97 97 $sqlval['rank'] = $objQuery->max("dtb_class", "rank") + 1; 98 98 $sqlval['create_date'] = "now()"; 99 $sqlval['update_date'] = "now()"; 99 100 // INSERT¤Î¼Â¹Ô 100 101 $ret = $objQuery->insert("dtb_class", $sqlval);
Note: See TracChangeset
for help on using the changeset viewer.
