Changeset 11439


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

テスト

File:
1 edited

Legend:

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

    r11438 r11439  
    4141        if (file_exists($outputImagePath)) { 
    4242            $info['convert'] = FALSE; 
    43         } else { 
     43        } else {$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "$inputImageType\n"); fclose($fp); 
    4444            // ¸µ¥Õ¥¡¥¤¥ëºîÀ® 
    4545            switch($inputImageType) 
     
    6666                return false; 
    6767            } 
    68 $fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "ok?\n"); fclose($fp); 
     68 
    6969            // ¶õ¥Õ¥¡¥¤¥ëºîÀ® 
    7070            $outputImage = ImageCreateTruecolor($this->outputImageWidth, $this->outputImageHeight); 
Note: See TracChangeset for help on using the changeset viewer.