June 27th, 2005, 09:25 AM
|
#10 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,054
|
Okay in editproduct.php find this
$phoedit = intval($phoedit);
above it add this
if ( isset($sold) ) $phoedit = intval($sold);
if ( isset($resell) ) $phoedit = intval($resell);
|
| |