Changeset 7539 for temp/trunk/data


Ignore:
Timestamp:
2006/11/06 16:11:33 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon.php

    r7538 r7539  
    218218     
    219219    // ¥¯¥ì¥¸¥Ã¥È 
    220     $arrCredit["credit"][] = substr($credit, 0, 1); 
    221     $arrCredit["credit"][] = substr($credit, 1, 1); 
     220    if(substr($credit, 0, 1)) $arrCredit["credit"][] = 1; 
     221    if(substr($credit, 1, 1)) $arrCredit["credit"][] = 2; 
    222222    $objFormParam->setParam($arrCredit); 
    223223     
Note: See TracChangeset for help on using the changeset viewer.