Ignore:
Timestamp:
2008/04/10 02:37:34 (16 years ago)
Author:
adachi
Message:

サイバーソース決済モジュール暫定コミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-1/data/downloads/module/mdl_cybs/class/mdl_cybs_config.php

    r17230 r17244  
    203203        $arrSubsId = $this->getSubsIds(); 
    204204 
    205         // ¥µ¥Ö¥¹¥¯¥ê¥×¥·¥ç¥óID¤¬´û¤Ë¸ºß¤¹¤ë¾ì¹ç¤ÏÄɲ䷤ʤ¤ 
    206         foreach($arrSubsId as $subs) { 
    207             if ($subs['subs_id'] == $subsId) { 
    208                 return; 
    209             } 
    210         } 
    211  
    212205        $arrSubsId[] = array( 
    213206            'subs_id' => $subsId, 
Note: See TracChangeset for help on using the changeset viewer.