Changeset 7539 for temp/trunk/data
- Timestamp:
- 2006/11/06 16:11:33 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/downloads/module/mdl_epsilon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon.php
r7538 r7539 218 218 219 219 // ¥¯¥ì¥¸¥Ã¥È 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; 222 222 $objFormParam->setParam($arrCredit); 223 223
Note: See TracChangeset
for help on using the changeset viewer.
