X-Git-Url: https://git.jankratochvil.net/?p=www.energie.vellum.cz.git;a=blobdiff_plain;f=index.php;h=6a32982544a5ad90f1e913fe0421ea5c8c396177;hp=0586a7c1c21223b557d42bf494f600a76610445a;hb=e916ef7038d58b2a8b9ae8949cbb8a1c639f3f52;hpb=e3240df2e49d1c96698cefadb53b39874b39ca18 diff --git a/index.php b/index.php index 0586a7c..6a32982 100644 --- a/index.php +++ b/index.php @@ -65,11 +65,11 @@ function tab_price($product) $price_a=price_a(); print("" - ."".tab_left("phys_2008") - ."pøedplatné na rok 2008 za cenu ".tab_price("phys_2008")."\n" + ."".tab_left("phys_2009") + ."pøedplatné na rok 2009 za cenu ".tab_price("phys_2009")."\n" ); foreach (price_a() as $product => $price) { - if ($product=="phys_2008") + if ($product=="phys_2009") continue; if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched))) continue;