View Single Post
  #15  
Old 11-06-2006, 05:42 AM
 
mrkenzie mrkenzie is offline
 

Senior Member
  
Join Date: May 2006
Posts: 182
 

Default Re: create thumbs from large image

This:
Code:
$fields[] = "$sql_tbl[images_P].image_path as ";

should be:
Code:
$fields[] = "$sql_tbl[images_P].image_path as p_image_path";
__________________
Mike Kenzie
X Cart Gold Ver. 4.1.3
X-RMA
X-AOM
X-Product Comparison
Reply With Quote