Closed (fixed)
Project:
Guestbook
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jun 2005 at 00:54 UTC
Updated:
15 Aug 2005 at 11:55 UTC
In line 322 there's:
$result = db_query("SELECT created FROM guestbook WHERE recipient = '%s' AND created > '%d'",
that should be changed in
$result = db_query("SELECT created FROM {guestbook} WHERE recipient = '%s' AND created > '%d'",
to work correctly with prefixed tables.
Comments
Comment #1
hba commentedThanks for the report. It is fixed in 4.5 and 4.6 now.
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commentedComment #6
Uwe Hermann commented