Example of Section Blog layout (FAQ section)
JIM Quick Message not working
- Details
- Created on 21 May 2007
- Last Updated on 29 August 2012
- Published on 20 May 2007
- Written by David Drinkall
- Hits: 1898
Quick Message not working from in CDB Tab
The core pms.mypmspro.php plugin doesnt handle JIM correctly.
Need to change line 406 of the pms.mypmspro.php file from:
$this->_sendPMSJimMSG($toid,$fromid,$subject,$message);
to:
$this->_sendPMSJimMSG($to,$from,$subject,$message);



