You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eval("\$params = \$new_params + array(".$db->query("SELECT params from t_plot_parameters WHERE plot='".$_REQUEST['plot']."'")->fetch(PDO::FETCH_OBJ)->params.");");
foreach ($params as $key=>$data) {
$updates[] = "\"".$key."\"=>\"".$data."\"";
}
$db->exec("UPDATE t_plot_parameters SET params='".implode($updates,",")."' WHERE plot='".$_REQUEST['plot']."'");