Ignore:
Timestamp:
2008/08/28 15:50:56 (18 years ago)
Author:
Seasoft
Message:

merge 17398,17399,17410,17411,17437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/util/SC_Utils.php

    r17575 r17577  
    241241                header("Location: ".URL_CART_TOP); 
    242242            } 
     243            exit; 
    243244        } 
    244245        return $uniqid; 
     
    19581959   /** 
    19591960     * CSV出力用データ取得 
    1960      *  
     1961     * 
    19611962     * @return string 
    19621963     */ 
     
    19771978                } 
    19781979            } 
    1979             $return .= "\n";     
     1980            $return .= "\n"; 
    19801981        } 
    19811982        return $return; 
    19821983    } 
    1983      
     1984 
    19841985   /** 
    19851986     * 配列をテーブルタグで出力する。 
Note: See TracChangeset for help on using the changeset viewer.