Ignore:
Timestamp:
2011/03/07 15:23:39 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php

    r20534 r20538  
    128128        $this->tpl_linemax = $linemax; 
    129129 
    130         $objNavi = new SC_PageNavi_Ex($this->tpl_pageno, $linemax, SEARCH_PMAX, "fnNaviPage", NAVI_PMAX); 
     130        $objNavi = new SC_PageNavi_Ex($this->tpl_pageno, $linemax, SEARCH_PMAX, 'fnNaviPage', NAVI_PMAX); 
    131131        $startno = $objNavi->start_row; 
    132132        $this->tpl_start_row = $objNavi->start_row; 
     
    184184    function lfRankMove(&$objDb, $parent_category_id, $product_id) { 
    185185        $key = "pos-".$product_id; 
    186         $input_pos = mb_convert_kana($_POST[$key], "n"); 
     186        $input_pos = mb_convert_kana($_POST[$key], 'n'); 
    187187        if(SC_Utils_Ex::sfIsInt($input_pos)) { 
    188188            $where = "category_id = " . SC_Utils_Ex::sfQuoteSmart($parent_category_id); 
Note: See TracChangeset for help on using the changeset viewer.