Changeset 176


Ignore:
Timestamp:
2007/02/06 09:58:45 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/total/class/SC_GraphBase.php

    r175 r176  
    7777        $new_height = $this->bgh / 2;        
    7878        $tmp_image = imagecreatetruecolor($new_width, $new_height); 
    79         if(imagecopyresampled($tmp_image, $this->image, 0, 0, 0, 0, $this->bgw, $this->bgh, $new_width, $new_height)) { 
     79        if(imagecopyresampled($tmp_image, $this->image, 0, 0, 0, 0, $new_width, $new_height, $this->bgw, $this->bgh)) { 
    8080            $this->image = $tmp_image; 
    8181        } 
Note: See TracChangeset for help on using the changeset viewer.