Changeset 21477 for branches/version-2_12-dev/data
- Timestamp:
- 2012/02/10 18:30:15 (14 years ago)
- Location:
- branches/version-2_12-dev/data
- Files:
-
- 3 edited
-
Smarty/templates/sphone/popup_header.tpl (modified) (1 diff)
-
Smarty/templates/sphone/site_frame.tpl (modified) (1 diff)
-
class/SC_Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/sphone/popup_header.tpl
r21240 r21477 47 47 <script type="text/javascript"> 48 48 $(function(){ 49 $('.recommendblock, .list_area, .newslist li,.bubbleBox,.arrowBox').biggerlink(); 50 //$('.recommendblock, .newslist li,.bubbleBox,.arrowBox').biggerlink(); 49 $('.recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox').biggerlink(); 51 50 }); 52 51 </script> -
branches/version-2_12-dev/data/Smarty/templates/sphone/site_frame.tpl
r21240 r21477 46 46 <script>//<![CDATA[ 47 47 $(function(){ 48 $('.header_navi li, .recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox, .category_body, .navBox li,#mypagecolumn .cartitemBox').biggerlink();48 $('.header_navi li, .recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox, .category_body, .navBox li,#mypagecolumn .cartitemBox').biggerlink(); 49 49 }); 50 50 //]]> -
branches/version-2_12-dev/data/class/SC_Query.php
r21444 r21477 468 468 * 469 469 * @param string $table テーブル名 470 * @param array $sqlval array('カラム名' => '値', ...)の連想配列471 * @param array $arrSql array('カラム名' => 'SQL文', ...)の連想配列470 * @param array $sqlval array('カラム名' => '値', ...)の連想配列 471 * @param array $arrSql array('カラム名' => 'SQL文', ...)の連想配列 472 472 * @param array $arrSqlVal SQL文の中で使用するプレースホルダ配列 473 473 * @return … … 517 517 * 518 518 * @param string $table テーブル名 519 * @param array $sqlval array('カラム名' => '値', ...)の連想配列519 * @param array $sqlval array('カラム名' => '値', ...)の連想配列 520 520 * @param string $where WHERE句 521 521 * @param array $arrWhereVal WHERE句用のプレースホルダ配列 (従来は追加カラム用も兼ねていた)
Note: See TracChangeset
for help on using the changeset viewer.
