- Timestamp:
- 2011/01/28 17:54:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php
r20041 r20044 96 96 $this->cartItems =& $objCartSess->getAllCartList(); 97 97 98 //TODO: 要リファクタリング(MODE switch 2か所で行われている) 98 99 switch($this->getMode()) { 99 100 case 'confirm': … … 131 132 * FIXME モバイルの場合 sfReload() ではなく sendRedirect() を使った方が良いが無限ループしてしまう... 132 133 */ 134 //TODO: 要リファクタリング(MODE switch 2か所で行われている) 133 135 switch($this->getMode()) { 134 136 case 'up':
Note: See TracChangeset
for help on using the changeset viewer.
