ruQueue - News
1.2.2 Release
Item posted by John Fulton <jfulton> on Mon 10 Oct 2005 03:10:32 PM UTC.
Latest stable version: ruQueue-1.2.2.tar.gz
This new version offers the following bug fixes:
- PHP 5 group rights bug
- Ticket update jumbo view bug
- Ticket greeting length limit bug
- Appointment scheduling bug
- Reports select date bug
- MySQL 4.1 timestamp bug
If tickets were created on ruQueue running MySQL 4.1.x with
web-interface from before Oct 10, 2005, the ticket status might
not be correct and can be fixed by running the following query:
UPDATE LOW_PRIORITY ticket, comment SET
ticket.date_created=ticket.date_created,
comment.date_created=comment.date_created,
ticket.current_status=comment.status
WHERE ticket.last_comment_id=comment.id
Powered by Savane 3.14-3b9d.
Corresponding source code