예제 #1
0
 function deleteItem()
 {
     if ((int) $this->request('i')) {
         $item = new struct_corecatalog_measurement(array('ms_id' => (int) $this->request('i')));
         $item->remove();
     }
 }