Changeset 10368 for temp/trunk
- Timestamp:
- 2006/12/06 16:12:52 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/upload.php
r10367 r10368 121 121 122 122 // INSERT¤¹¤ëÃͤòºîÀ®¤¹¤ë¡£ 123 $sqlval[' name'] = $arrList['template_code'];124 $sqlval[' category_id'] = $arrList['template_name'];123 $sqlval['template_code'] = $arrList['template_code']; 124 $sqlval['template_name'] = $arrList['template_name']; 125 125 $sqlval['create_date'] = "now()"; 126 126 $sqlval['update_date'] = "now()";
Note: See TracChangeset
for help on using the changeset viewer.
