+phys_2006
authorshort <>
Thu, 24 Nov 2005 07:51:40 +0000 (07:51 +0000)
committershort <>
Thu, 24 Nov 2005 07:51:40 +0000 (07:51 +0000)
-phys_2003

index.php
objednavka.js

index 4769a8b..3f3f25f 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_2005")
-                               ."<td>pøedplatné na rok 2005 za cenu ".tab_price("phys_2005")."</td></tr>\n"
+                       ."<tr class=\"tab-bold\">".tab_left("phys_2006")
+                               ."<td>pøedplatné na rok 2006 za cenu ".tab_price("phys_2006")."</td></tr>\n"
                        );
        foreach (price_a() as $product => $price) {
-               if ($product=="phys_2005")
+               if ($product=="phys_2006")
                        continue;
                if (!(ereg("^(cd|phys)_([0-9]+)$",$product,$matched)))
                        continue;
index b7c930a..24bbfa4 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$
 // <-see common.php:/if (!($s=trim($s)))/
 var want_price=new Array();
+want_price['phys_2006']=500;
 want_price['phys_2005']=480;
 want_price['phys_2004']=480;
-want_price['phys_2003']=480;
 want_price[  'cd_2004']=480;
 want_price[  'cd_2003']=480;
 want_price[  'cd_2002']=280;