or download this
$_ctagValue = $dbh->selectrow_array(qq{select `value` from `$_
+tableName` where `lngId` = ?}, undef, $in{lngId});
$_updatedTime = time();
...
$sess_ref->attr("show_message","error|I could not save the
+ changes you asked me to. I have brought you back to try again. " . $
+DBI::errstr);
window_redirect("$_surl?pg=$in{pg}&do=$in{do}&view=editTag
+&lngId=$in{lngId}$inc_sess_id");
}