diff --git a/include/ac_common.php b/include/ac_common.php index 19a1d6222..7657e48b8 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -149,7 +149,7 @@ function html_page_start($p_theme="",$p_script="") }else { $style="style.css"; } // end if - echo ''; + echo ''; echo ""; echo " Gnu Accountancy diff --git a/include/debug.php b/include/debug.php index af4f29364..8b306afaf 100644 --- a/include/debug.php +++ b/include/debug.php @@ -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); }