View Single Post
  #4  
Old 07-30-2008, 12:46 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: IF statement for php file

That indicates that BCSE's mod doesn't pass a category value. You'd have to update the form information to use something such as:

<input type="hidden" name="cat" value="{$current_category.categoryid}">
(presuming that the $current_category.categoryid exists.)
Reply With Quote