예제 #1
0
파일: mpc.php 프로젝트: verbazend/AWFA
 public static function is_deleting($id, $action = "") {
   if ($action != "") {
     return MasterPress::$action == $action && MasterPress::$id == $id;
   } else {
     return MPC::is_delete() && MasterPress::$id == $id;
   }
 }