Skip to content
Snippets Groups Projects
Commit b97e2b88 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #73 from greezybacon/issue/73

Reply posting is borked

Reviewed By: Peter Rotich 04/23/12
parents f0dd0f83 960403bc
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