X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=common.php;fp=common.php;h=461fb6af4146e37eaafd6cd77378e7dd2425fafb;hb=250a3701a5200ca9ae314469921b43c21ef09445;hp=85835de8a691ca9bc47b7f8b9f7f83c3b1383851;hpb=a21c7af69145f31345f86e1e9960cdeef1215e3a;p=www.energie.vellum.cz.git diff --git a/common.php b/common.php index 85835de..461fb6a 100644 --- a/common.php +++ b/common.php @@ -262,7 +262,7 @@ function title_icons_table_month($year,$month,$month_last,$sequential,$has_conte $result=db_query("select name,id from $tb_clanek where year=$year and month=$month order by id"); while ($row=mysql_fetch_array($result)) print("• " - .htmlspecialchars($row["name"])."
\n"); + .htmlspecialchars(ereg_replace("^.*\\|","",$row["name"]))."
\n"); mysql_free_result($result); print(""); }