예제 #1
0
 function getDeleteImage($id)
 {
     ilandCommonUtils::delete_img($id);
 }
예제 #2
0
 function deleteimg()
 {
     $id = JRequest::getVar('id', 0);
     ilandCommonUtils::delete_img($id);
     $this->setRedirect($this->_controllerUrl . '&Itemid=' . $_GET['Itemid'] . '&id=' . $id . '&lang=' . $_GET['lang']);
 }
예제 #3
0
 function getDeleteImage($id)
 {
     //echo $id;
     //exit;
     ilandCommonUtils::delete_img($id);
 }