Ryzom Account Management System
1.0
|
Functions | |
reply_on_ticket () | |
This function is beign used to reply on a ticket. |
reply_on_ticket | ( | ) |
This function is beign used to reply on a ticket.
It will first check if the user who executed this function is a mod/admin or the topic creator himself. If this is not the case the page will be redirected to an error page. in case the isset($_POST['hidden'] is set and the user is a mod, the message will be hidden for the topic starter. The reply will be created. If $_POST['ChangeStatus']) & $_POST['ChangePriority'] is set it will try to update the status and priority. Afterwards the page is being redirecte to the ticket again.