View Single Post
Old 08-20-2004, 07:35 PM   #8
bforsyth
Green Mole
 
Join Date: Jun 2004
Posts: 22
Yup - If I set refine=0 then everything works as I would expect it to?

I have edited the php_dig_form function at line 130:
PHP Code:
<input type='hidden' name='refine' value='1'/> 
changed to
PHP Code:
<input type='hidden' name='refine' value='0'/> 

Last edited by bforsyth; 08-20-2004 at 07:42 PM.
bforsyth is offline   Reply With Quote