Listing Display
Bug Id ?
52
Reporter ?
mohamedb
Product/Version ?
Bugdar / 1.1.3
Status ?
Closed
Severity ?
Trivial
Duplicate Of ?
- none -
Fixed in Revision ?
1278
Mstone ?
Summary ?
Error while edit
Report Time ?
November 9, 2006 12:57 PM
Assignment ?
Robert
Resolution ?
Fixed
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?
1.1.4


Attachments
patch.diff Patch file
Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0

November 9, 2006 12:57 PM mohamedb
If I edit a comment I get this error:

» Query:

SELECT comment.* AS comment, user.displayname AS username
FROM bugdar_comment
LEFT JOIN bugdar_user AS user
ON (user.userid = comment.userid)
WHERE bugid = 1
AND !hidden ORDER BY dateline DESC



» Error Number: 1051
» Error Message: Unknown table 'comment'
» Additional Notes: Invalid SQL query
» File: /_bugdar/editcomment.php

November 9, 2006 07:30 PM Robert
Thank you for your bug report. This issue has been closed and fixed in Subversion. This change will be available in a future release, but you can download the change at any time from the Subversion server.

On November 9, 2006 07:30 PM, Robert changed:
November 9, 2006 07:30 PM Robert
Here is the patch for this bug.