Changeset 17465
- Timestamp:
- 2008/07/28 14:59:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_CartSession.php
r17401 r17465 365 365 // 売り切れ商品をカートから削除する 366 366 $this->delProduct($val['cart_no']); 367 sfDispSiteError(SOLD_OUT, "", true, "", $is_mobile);367 SC_Utils_Ex::sfDispSiteError(SOLD_OUT, "", true, "", $is_mobile); 368 368 } 369 369 }
Note: See TracChangeset
for help on using the changeset viewer.