Changeset 3227
- Timestamp:
- 05/07/07 23:41:27 (20 months ago)
- Files:
-
- 2 modified
-
branches/1.5/lib/function/image.php (modified) (1 diff)
-
trunk/lib/function/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/lib/function/image.php
r3124 r3227 170 170 $tempURL = $pathURL."/thumbnail/$owner/".$newTempFileName; 171 171 if ($useAbsolutePath == true) { 172 $tempURL = "$ blogURL/thumbnail/$owner/$newTempFileName";172 $tempURL = "$serviceURL/thumbnail/$owner/$newTempFileName"; 173 173 } 174 174 -
trunk/lib/function/image.php
r3124 r3227 170 170 $tempURL = $pathURL."/thumbnail/$owner/".$newTempFileName; 171 171 if ($useAbsolutePath == true) { 172 $tempURL = "$ blogURL/thumbnail/$owner/$newTempFileName";172 $tempURL = "$serviceURL/thumbnail/$owner/$newTempFileName"; 173 173 } 174 174
