Changeset 22841 for branches/version-2_13-dev/data/class/pages
- Timestamp:
- 2013/05/30 14:14:23 (13 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages
- Files:
-
- 3 edited
-
admin/basis/LC_Page_Admin_Basis_Point.php (modified) (1 diff)
-
admin/basis/LC_Page_Admin_Basis_Tradelaw.php (modified) (1 diff)
-
rss/LC_Page_Rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Point.php
r22567 r22841 106 106 } 107 107 } else { 108 $arrCol = $objFormParam->getKeyList(); // キー名一覧を取得 109 $col = SC_Utils_Ex::sfGetCommaList($arrCol); 110 $arrRet = $objDb->sfGetBasisData(true, $col); 108 $arrRet = $objDb->sfGetBasisData(); 111 109 $objFormParam->setParam($arrRet); 112 110 } -
branches/version-2_13-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Tradelaw.php
r22567 r22841 107 107 } 108 108 } else { 109 $arrCol = $objFormParam->getKeyList(); // キー名一覧を取得 110 $col = SC_Utils_Ex::sfGetCommaList($arrCol); 111 $arrRet = $objDb->sfGetBasisData(true, $col); 109 $arrRet = $objDb->sfGetBasisData(); 112 110 $objFormParam->setParam($arrRet); 113 111 } -
branches/version-2_13-dev/data/class/pages/rss/LC_Page_Rss.php
r22581 r22841 108 108 109 109 $objDb = new SC_Helper_DB_Ex(); 110 $arrInfo = $objDb->sfGetBasisData( FALSE, 'shop_name, email04');110 $arrInfo = $objDb->sfGetBasisData(); 111 111 112 112 // RSS用に変換
Note: See TracChangeset
for help on using the changeset viewer.
