[Dnfbb-developers] Hard coded query
Brought to you by:
sbosanquet,
tectsoft
|
From: Si C. <sim...@te...> - 2006-02-24 14:34:17
|
I checked in a proc with a hard coded query, the proc is DNF_FORUM_GET the where clause was: WHERE (F.ID = 1) AND (TTUG.TASK_ID = 1000030) AND (U.ID = 1) But should have read: WHERE (F.ID = :ipFORUMID) AND (TTUG.TASK_ID = 1000030) AND (U.ID = :vUserID) Ive fixed in my local copy and will commit the change on my next update. Rgds Si |