예제 #1
0
파일: sla.class.php 프로젝트: korial29/glpi
 function cleanDBonPurge()
 {
     $slt = new SLT();
     $slt->cleanDBonItemDelete('SLA', $this->fields['id']);
 }