View Single Post
Old July 27th, 2005, 01:42 PM   #9 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,054
Here is the fix in uploadproduct.php

find this

list( $pptemplate ) = mysql_fetch_row($adtypes);
ppmysql_free_result($adtypes);


change to this

list( $pptemplate, $adtype ) = mysql_fetch_row($adtypes);
ppmysql_free_result($adtypes);

$Globals['cattemp'] = htmlspecialchars($pptemplate);
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; July 27th, 2005 at 02:29 PM.
Chuck S is offline   Reply With Quote