- Timestamp:
- Apr 30, 2008, 2:57:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/ebihara/prj_renew_OpenPNE_Img/webapp/lib/OpenPNE/Img.php
r6848 r6849 382 382 function check_format($string) 383 383 { 384 switch (strtolower($string)) { 385 case 'jpg' : 386 case 'jpeg': 387 default: 388 return 'jpg'; 389 case 'gif': 390 return 'gif'; 391 case 'png': 392 return 'png'; 393 } 384 return $this->generator->checkFormatString($string); 394 385 } 395 386
Note: See TracChangeset
for help on using the changeset viewer.