+phys_2007
authorlace <>
Mon, 13 Nov 2006 19:32:18 +0000 (19:32 +0000)
committerlace <>
Mon, 13 Nov 2006 19:32:18 +0000 (19:32 +0000)
index.php
objednavka.js

index 9c025bd..4465add 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_2006")
-                               ."<td>pøedplatné na rok 2006 za cenu ".tab_price("phys_2006")."</td></tr>\n"
+                       ."<tr class=\"tab-bold\">".tab_left("phys_2007")
+                               ."<td>pøedplatné na rok 2007 za cenu ".tab_price("phys_2007")."</td></tr>\n"
                        );
        foreach (price_a() as $product => $price) {
-               if ($product=="phys_2006")
+               if ($product=="phys_2007")
                        continue;
                if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched)))
                        continue;
index 24bbfa4..63317fc 100644 (file)
@@ -1,6 +1,7 @@
 // $Id$
 // <-see common.php:/if (!($s=trim($s)))/
 var want_price=new Array();
+want_price['phys_2007']=500;
 want_price['phys_2006']=500;
 want_price['phys_2005']=480;
 want_price['phys_2004']=480;