New pricelist, +2009.
[www.energie.vellum.cz.git] / index.php
index 0586a7c..6a32982 100644 (file)
--- a/index.php
+++ b/index.php
@@ -65,11 +65,11 @@ function tab_price($product)
 
        $price_a=price_a();
        print(""
-                       ."<tr class=\"tab-bold\">".tab_left("phys_2008")
-                               ."<td>pøedplatné na rok 2008 za cenu ".tab_price("phys_2008")."</td></tr>\n"
+                       ."<tr class=\"tab-bold\">".tab_left("phys_2009")
+                               ."<td>pøedplatné na rok 2009 za cenu ".tab_price("phys_2009")."</td></tr>\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;