Changeset 5218 for temp/trunk
- Timestamp:
- 2006/09/20 12:43:17 (20 years ago)
- Location:
- temp/trunk/html/admin/products
- Files:
-
- 2 edited
-
class.php (modified) (1 diff)
-
classcategory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/class.php
r5175 r5218 100 100 // INSERT¤Î¼Â¹Ô 101 101 $ret = $objQuery->insert("dtb_class", $sqlval); 102 103 $objQuery->getlastquery(); 104 exit(); 102 105 return $ret; 103 106 } -
temp/trunk/html/admin/products/classcategory.php
r5217 r5218 124 124 // INSERT¤Î¼Â¹Ô 125 125 $ret = $objQuery->insert("dtb_classcategory", $sqlval); 126 127 $objQuery->getlastquery(); 128 exit(); 126 129 } 127 130 $objQuery->commit();
Note: See TracChangeset
for help on using the changeset viewer.
