shouldn't be getting cfquery output ?

2003-12-16 Thread Dan Farmer
At the bottom of my page I'm getting the following. Queries getit (Records=1, Time=47ms) SQL = select * from order_users where id = 2 This shouldn't be appearing at all. None of my other templates have the query information appearing, why would this page have it. As far as I know debugging isn

RE: shouldn't be getting cfquery output ?

2003-12-16 Thread John Beynon
Definitely debugging information, Try and see if it disappears, Jb. -Original Message- From: Dan Farmer [mailto:[EMAIL PROTECTED] Sent: 16 December 2003 21:17 To: CF-Talk Subject: shouldn't be getting cfquery output ? At the bottom of my page I'm getting the following

shouldn't be getting cfquery output ? ( solved )

2003-12-16 Thread Dan Farmer
ubject: RE: shouldn't be getting cfquery output ? >Date: Tue, 16 Dec 2003 21:32:47 - > >Definitely debugging information, > >Try and see if it disappears, > >Jb. > >-Original Message- >From: Dan Farmer [mailto:[EMAIL PROTECTED] >Sent: 16 December

Re: shouldn't be getting cfquery output ?

2003-12-16 Thread S . Isaac Dealey
Hi Dan, Debugging can be enabled and disabled programmatically within a cfml page... Look for a tag somewhere in that request. hth > At the bottom of my page I'm getting the following. > Queries > getit (Records=1, Time=47ms) > SQL = > select * from order_users where id = 2 > This shouldn't