Skip to content
Snippets Groups Projects
Commit 960403bc authored by Jared Hancock's avatar Jared Hancock
Browse files

staff_name was renamed to poster in the ticket_thread table

parent 0833e3d0
No related branches found
No related tags found
No related merge requests found
......@@ -1387,7 +1387,7 @@ class Ticket{
.' ,pid='.db_input($vars['msgId'])
.' ,body='.db_input(Format::striptags($vars['response']))
.' ,staff_id='.db_input($thisstaff->getId())
.' ,staff_name='.db_input($thisstaff->getName())
.' ,poster='.db_input($thisstaff->getName())
.' ,ip_address='.db_input($thisstaff->getIP());
if(!db_query($sql) || !($respId=db_insert_id()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment