Changeset 11441


Ignore:
Timestamp:
2007/02/17 00:11:35 (17 years ago)
Author:
rebelt
Message:

テスト

File:
1 edited

Legend:

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

    r11440 r11441  
    3232        $outputImageName  = base64_encode($inputImagePath . '_' . $this->outputImageWidth . '_' . $filestat['mtime']) . '.' . $this->outputImageType; 
    3333        $outputImagePath  = $this->outputImageDir . '/' . $outputImageName; 
    34  
     34$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "type=".$inputImagePath."\n"); fclose($fp); 
    3535        // ÊÑ´¹¸å¤Î²èÁü¤Î¹â¤µ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢ÊÑ´¹¸å¤Î²èÁü¤Î²£Éý¤«¤éµá¤á¤ë 
    3636        if (is_null($this->outputImageHeight)) { 
     
    4141        if (file_exists($outputImagePath)) { 
    4242            $info['convert'] = FALSE; 
    43         } else {$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "type=".$inputImageType."\n"); fclose($fp); 
     43        } else { 
    4444            // ¸µ¥Õ¥¡¥¤¥ëºîÀ® 
    4545            switch($inputImageType) 
Note: See TracChangeset for help on using the changeset viewer.