|
From: Adi S. <ad...@l3...> - 2002-05-24 09:20:56
|
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 |