|
From: Ben C. <php...@be...> - 2002-05-24 12:48:21
|
Thanks for the heads up. I didn't see the problems with the auth isset checks, but I put the @'s in anyway. The templates have also been updated and committed to cvs. On Fri, May 24, 2002 at 11:20:11AM +0100, Adi Sieker wrote: > Hi all, > > I just installed phpBugTracker today for the first time. > Nice piece of software, just what we need. > After having found a couple of bugs in the 0.8.2 release, I went and > got the latest from CVS into a clean directory. > With the current source in CVS there are still some errors with > the switch to the wrap function. > Attached is a zip with a new auth.php, this now utilises the wrap function > as well, instead of the display function. I also added @ in front of isset on > lines 135, 141 and 146. This is will remove some php notices when you are not > logged > in and try to access the bug.php while PHP is running with error reporting set > to > E_ALL. > Also the templates error.html, badgroup.html and badperm.html were still > including > the templates header.html and footer.html. > > Regards > Adi |