コード例 #1
0
ファイル: sysadmin.php プロジェクト: nubissurveying/nubis
 function showCommunicationRemove()
 {
     $communication = new Communication();
     $communication->removeRecord(getFromSessionParams('hnid'));
     $display = new Display();
     return $this->showCommunicationTable($display->displayInfo('Communication line removed.'));
 }