Fix : invalid html header

This commit is contained in:
sparkyx 2005-08-13 12:32:44 +00:00
parent 0203be07e8
commit b156902273
2 changed files with 1 additions and 2 deletions

View file

@ -35,7 +35,6 @@ function echo_debug ($file,$line="",$msg="") {
$sql= "insert into log (lg_file,lg_line,lg_msg) ".
"values ('$file','$line','$msg');";
// pg_exec ($cn,"\set encoding 'latin1'");
// echo pg_client_encoding($cn);
pg_set_client_encoding($cn,'latin1');
pg_exec($cn,$sql);
}