Changeset 15900


Ignore:
Timestamp:
2007/09/22 00:43:03 (17 years ago)
Author:
nanasess
Message:

FIXME コメント追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_ProductClass.php

    r15559 r15900  
    363363         */ 
    364364 
    365         $no = 1; 
     365        $no = 1; // FIXME 未定義変数の修正 
    366366        while($array["classcategory_id1:".$no] != "") { 
    367367            $arrConvList["product_code:".$no] = "KVa"; 
     
    385385    function lfProductClassError($array) { 
    386386        $objErr = new SC_CheckError($array); 
    387         $no = 1; 
    388  
     387        $no = 1; // FIXME 未定義変数の修正 
    389388        while($array["classcategory_id1:".$no] != "") { 
    390389            if($array["check:".$no] == 1) { 
Note: See TracChangeset for help on using the changeset viewer.