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