Rev 786 Rev 787
Line 32... Line 32...
32 $remove_thumb = true; 32 $remove_thumb = true;
33 } 33 }
34 } 34 }
35 if($remove_thumb == false){ 35 if($remove_thumb == false){
36   36  
37 $black = ImageColorAllocate($thumb, 0, 0, 0); 37 $black = ImageColorAllocate($image, 0, 0, 0);
38 ImageString ($thumb, 3, $thumb_width-80, $thumb_height-15, "www.mlab.cz", $black); 38 ImageString ($image, 3, $thumb_width-80, $thumb_height-15, "www.mlab.cz", $black);
39 imagejpeg($image); 39 imagejpeg($image);
40   40  
41 } 41 }
42 }else{ 42 }else{
43 $remove_thumb = true; 43 $remove_thumb = true;
44 } 44 }
45   45  
46 46  
47   47  
48 ?> 48 ?>