Changeset 3227

Show
Ignore:
Timestamp:
05/07/07 23:41:27 (20 months ago)
Author:
inureyes
Message:

#391

  • Move to trunk / 1.5 tree.
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/lib/function/image.php

    r3124 r3227  
    170170        $tempURL = $pathURL."/thumbnail/$owner/".$newTempFileName; 
    171171        if ($useAbsolutePath == true) { 
    172             $tempURL = "$blogURL/thumbnail/$owner/$newTempFileName"; 
     172            $tempURL = "$serviceURL/thumbnail/$owner/$newTempFileName"; 
    173173        } 
    174174 
  • trunk/lib/function/image.php

    r3124 r3227  
    170170        $tempURL = $pathURL."/thumbnail/$owner/".$newTempFileName; 
    171171        if ($useAbsolutePath == true) { 
    172             $tempURL = "$blogURL/thumbnail/$owner/$newTempFileName"; 
     172            $tempURL = "$serviceURL/thumbnail/$owner/$newTempFileName"; 
    173173        } 
    174174