Changeset 5107 for temp/trunk


Ignore:
Timestamp:
2006/09/19 09:40:01 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/class/SC_GraphBase.php

    r2872 r5107  
    9797            imagepng($this->image); 
    9898        } 
    99          
     99 
    100100        imagedestroy($this->image); 
    101101    } 
  • temp/trunk/html/install/index.php

    r5106 r5107  
    469469            foreach($sql_split as $key => $val){ 
    470470                if (trim($val) != "") { 
    471                     sfprintr($val); 
    472471                    $ret = $objDB->query($val); 
    473472                    if(PEAR::isError($ret) and $disp_err) { 
Note: See TracChangeset for help on using the changeset viewer.