Changeset 6926
- Timestamp:
- May 2, 2008, 7:35:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/ebihara/prj_renew_OpenPNE_Img/webapp/lib/OpenPNE/Img/Generator.php
r6925 r6926 74 74 75 75 // キャッシュを生成 76 $this->createCacheSubdir($this->cache_dir); 76 77 if ($output_img) { 77 78 $this->createCache($output_img); … … 122 123 function createCacheFromRawImage($raw_img) 123 124 { 124 $this->createCacheSubdir($this->cache_dir);125 126 125 if ($this->getOutputFormat() == 'png') { 127 126 touch($this->cache_fullpath); … … 137 136 function createCache($output_gdimg) 138 137 { 139 $this->createCacheSubdir($this->cache_dir);140 141 138 touch($this->cache_fullpath); 142 139 switch ($this->getOutputFormat()) {
Note: See TracChangeset
for help on using the changeset viewer.