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
» 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:
- Status from "Unconfirmed" to "Closed"
- Resolution from "Open" to "Fixed"
- Fixed in Revision from "" to "1278"
- Mstone (old) from "" to "1.1.4"
November 9, 2006 07:30 PM
Robert
Here is the patch for this bug.