X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=objednavky.php;h=46a35911a22874349be2f0bd251e2d0bc65242b8;hb=60a709272016a3082b7df61e3d116334c0de267f;hp=46f5db7416dc932005d344625a9a85eb57f748e8;hpb=87578ec93f8e1312295d288d8733a76de614cd93;p=www.energie.vellum.cz.git diff --git a/objednavky.php b/objednavky.php index 46f5db7..46a3591 100644 --- a/objednavky.php +++ b/objednavky.php @@ -3,7 +3,7 @@ include("common.php"); no_cache(); - header("Content-type: text/plain; charset=iso-8859-2"); + header("Content-type: text/plain"); $result=db_query("select varsym,direct,contents from $tb_objednavka where contents is not null order by varsym"); while ($row=mysql_fetch_array($result)) {