CSS classes ".tab-bold" and ".tab-head" are now global
[www.energie.vellum.cz.git] / objednavky.php
index 46f5db7..46a3591 100644 (file)
@@ -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)) {