[Typo3-dev] small things
    Michael Stucki 
    michael at typo3.org
       
    Thu Nov 18 14:37:23 CET 2004
    
    
  
Volker Graubaum wrote:
> I was searching for an error in different files, and while searching I
> found this row in class t3lib_stdGraphic in function imageMagickConvert
> 
> if (!$this->file_exists_typo3temp_file($output,$imagefile) ||
> $this->dontCheckForExistingTempFile) {
> $this->imageMagickExec($imagefile.$frame,$output,$command);
> }
> 
> this could be better
> 
> if ($this->dontCheckForExistingTempFile ||
> !$this->file_exists_typo3temp_file($output,$imagefile)) { ...
> 
> because if will not proof it the file exists if it doesn't matter, and
> an sql select fewer is done.
ACK!
> My question: where should I send such points, that it could be changed?
> Is Bugtracker the right place?
Yes please. If you want, you can also make a patch and attach this one...
Regards, michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html
    
    
More information about the TYPO3-dev
mailing list