View Single Post
Old August 2nd, 2004, 11:15 AM   #8 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
Try changing line 422 in pp-inc.php from:

if ( !empty($cat) ) {

to:

if ( is_numeric($cat) ) {
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote