Quote:
Originally Posted by ixian
Excellent Olate. If you could just modify it so that it grabbed the email of the bug poster/updater to be the one emailed instead of hard coding it this would be almost perfect.
|
Done. Update your bugs.php with the attached file. You will need to open it and edit lines 48 and 49 to set your default e-mail address and the URL to bugs.php.
A demo can be found at
http://www.olate.com/forums/bugs.php
Change Log
20/04/04 v1.0.0
Original from
https://vborg.vbsupport.ru/showthread.php?t=63964
03/07/04 v1.1.0
bugs.php
- Added TABLE_PREFIX to all SQL queries
- Added simple e-mail notifications after adding bug and bug note.
03/07/04 v1.2.0
bugs.php
- Code tidying and standardisation
- Fixed bug with Call to undefined function: construct_errors() with doaddbug
05/07/04 v1.3.0
bugs.php
- Fixed bug with selected status being reset to default even if different one select when admin adds a bug
- E-mail will now be sent to a default admin and the user the bug is assigned to when a new bug is added
- On addition of a bug note, an e-mail will be sent to a default admin, the user assigned to and the original submitter (if the submittor is not the assigned to admin)
- Default admin e-mail address and URL to bugs.php can now be specified at the top of the file (lines 48, 49)