Thanks Brendan, I think what happened was I hacked the ruleNews.cfc while on b127 and then overwrote the new one on b130.
Having said that, the way it works is slightly inefficient, in 2 ways. The first is that the query on line 155 should really just select count(*) from #application.dbowner#dmNews, instead of return all of the rows. The second is that the main queries should only return stObj.numItems rows, with relevant offset / limit, rather than return 'maximumRows' rows. Or if that syntax isn't easily supported in oracle, then just use it where possible (e.g. mysql) Cheers -- Quentin Zervaas Web Developer MITOUSA. Web + Interface Architects E:// [EMAIL PROTECTED] W:// www.mitousa.com ----- Original Message ----- From: "Brendan Sisson" <[EMAIL PROTECTED]> To: "FarCry Developers" <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 5:11 PM Subject: [farcry-dev] Re: Links rule and news rule > Quentin Zervaas wrote: > > >b130 on MySQL > > > > > > ruleNews was fixed for b128 (just tested using MySQL). What values are > you putting in the rule? > > ruleLinks needs to be updated. > > -Brendan > http://farcry.daemon.com.au > > > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
