Changeset 11440


Ignore:
Timestamp:
2007/02/17 00:10:50 (17 years ago)
Author:
rebelt
Message:

テスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/mobile/data/include/image_converter.inc

    r11439 r11440  
    4141        if (file_exists($outputImagePath)) { 
    4242            $info['convert'] = FALSE; 
    43         } else {$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "$inputImageType\n"); fclose($fp); 
     43        } else {$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "type=".$inputImageType."\n"); fclose($fp); 
    4444            // ¸µ¥Õ¥¡¥¤¥ëºîÀ® 
    4545            switch($inputImageType) 
Note: See TracChangeset for help on using the changeset viewer.