RE: Reviews module bug

Scott Kindley <ckindley-/Nmu/[email protected]> 06 Sep 2002 01:03:25 -0500
Newsgroups gmane.comp.web.envolution.devel
Message-ID <[email protected]>
On Fri, 2002-09-06 at 00:37, Brian wrote:
> In reviews module.. index.php line 692 is the error
> 
> FROM $reviewstable WHERE column[id] != '' $querylang ";
> 
> Should be
> 
> FROM $reviewstable WHERE $column[id] != '' $querylang ";
> 
> I added the $ and the 'ALL' worked fine for me
> 
> Furbo
> 
Excellent!

Zoom