apt-get install make
Welcome to 2012, where linux ships in 800Meg distributions that don't even contain make and gcc.
apt-get install make
function sql_match($item,$rkeys,$rcomp){
$match=array();
for($i=0;$i<count($rkeys);$i++){
$match[]= "(".$rkeys[$i]." = " . "'".$item[$rkeys[$i]]."')";
}
return array_merge($match,$rcomp);
}
function pre_edit_actions($p){
$p["post"]['changes']=array_change_key_case($p["post"]['changes'],CASE_LOWER);
return specific_pre_edit_actions($p);
}
function edit_item($p){
$p=pre_edit_actions($p);
if(!isset($p["iid"])){
$r=insert_rows(array($p["post"]['changes']),$p["iclass"]);
$p['iid']=$r[0]['id'];
}else{
$p["post"]['changes']['id']=$p["iid"];
update_rows_encrypt_password(array($p["post"]['changes']),$p["iclass"],array('id'),array());
}
return post_edit_actions($p);
}
function post_edit_actions($p){
if(isset($p["post"]['relation'])){
add_relations($p);
}
if(isset($p["post"]['relremove'])){
delete_relations($p);
}
return specific_post_edit_actions($p);
}
Want some cheese with your whine ?I know, I'm an insensitive asshole, but think about it, if you were facing the same risk, wouldn't you rather have a solution with the warning ?
HKLM,%ServiceRoot%"\Elantech\OtherSetting",DisableWhenType_Enable,%REG_DWORD%,1 ; 1 = Disable Function, 1 = Enable Function
HKLM,%ServiceRoot%"\Elantech\OtherSetting",DisableWhenType_AllArea,%REG_DWORD%,1 ; 1 = Edge Area, 1 = All Area
HKLM,%ServiceRoot%"\Elantech\OtherSetting",DisableWhenType_DelayTime_Tap,%REG_DWORD%,1000 ; Unit (ms)
HKLM,%ServiceRoot%"\Elantech\OtherSetting",DisableWhenType_DelayTime_Move,%REG_DWORD%,1500 ; Unit (ms)
HKLM,%ServiceRoot%"\Elantech\OtherSetting",DisableWhenType_DelayTime_Gesture,%REG_DWORD%,1000 ; Unit (ms)
HKLM,%ServiceRoot%"\Elantech\DriverOption",ButtonMode,%REG_DWORD%,1 ; 1 = Button Combine, 2 = Button Indenpendent
HKLM,%ServiceRoot%"\Elantech\DriverOption",ClickPadActiveAreaClickMode,%REG_DWORD%,2 ; 1 = Not Two Finger Click, 2 = Two Finger Click (Right Button), 3 = Two Finger Click (Left Button)
HKLM,%ServiceRoot%"\Elantech\DriverOption",ClickPadRestingAreaClickMode,%REG_DWORD%,2 ; 1 = Not Two Finger Click, 2 = Two Finger Click (Right Button), 3 = Two Finger Click (Left Button)