Changeset 11436


Ignore:
Timestamp:
2007/02/17 00:08:31 (17 years ago)
Author:
rebelt
Message:

テスト

File:
1 edited

Legend:

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

    r11435 r11436  
    4141        if (file_exists($outputImagePath)) { 
    4242            $info['convert'] = FALSE; 
    43         } else {$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "ok\n"); fclose($fp); 
     43        } else { 
    4444            // ¸µ¥Õ¥¡¥¤¥ëºîÀ® 
    4545            switch($inputImageType) 
     
    6161                    $tempImage = imagecreatefromwbmp($inputImagePath); 
    6262                    break; 
    63             } 
     63            }$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "ok\n"); fclose($fp); 
    6464 
    6565            if (!$tempImage) { 
Note: See TracChangeset for help on using the changeset viewer.