exec_sql('update op_predef set od_name =$1 where od_id=$2', array($_GET['predf_name'],$_GET['od_id'])); $cn->commit(); }