http://bugs.winehq.org/show_bug.cgi?id=5428
Summary: bug in AdminCommentView.php Product: WineHQ Apps Database Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: website-bugs AssignedTo: wine-bugs@winehq.org ReportedBy: ead1234@hotmail.com
Upon testing the appdb on my own machine after a patch I wrote, I logged in as admin and clicked on Comments Management. I received an error stating:
Fatal error: Cannot redeclare forum_lookup_user() (previously declared in /home/user/appdb/include/comment.php:192) in /home/user/appdb/include/comment.php on line 204.
To ensure it was not my patch that broke this I tested it with CVS appdb and get the same error.
I've looked at the code and the problem doesn't stick out like a sore thumb. It looks as if forum_lookup_user() is only being declared once.