Update ordering info.
[www.energie.vellum.cz.git] / index.php
index 9a42a70..001d4a1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -72,11 +72,11 @@ function tab_price($product)
 
        $price_a=price_a();
        print(""
-                       ."<tr class=\"tab-bold\">".tab_left("phys_2002")
-                               ."<td>pøedplatné na rok 2002 za cenu ".tab_price("phys_2002")."</td></tr>\n"
+                       ."<tr class=\"tab-bold\">".tab_left("phys_2004")
+                               ."<td>pøedplatné na rok 2004 za cenu ".tab_price("phys_2004")."</td></tr>\n"
                        );
        foreach (price_a() as $product => $price) {
-               if ($product=="phys_2002")
+               if ($product=="phys_2004")
                        continue;
                if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched)))
                        continue;