diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-03-01 01:34:16 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-03-01 01:34:16 +0000 |
commit | 9c7e278f1ae6e32ba5b2e1051a39d4ce1e61530e (patch) | |
tree | 31d02d55104f7f2a3ef77f1106a1da3a00855d90 /h-source/Application/Include/hardware.php | |
parent | 04b711579f8f923d2e836ff076c6ed47e7547bcf (diff) |
improved CSS for mobile
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 1a38d75..0071ab6 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -160,7 +160,7 @@ class Hardware return null; } - public static $commYear = 'not-specified,2011,2010,2009,2008,2007,2006,2005,2004,2003,2002,2001,2000,1999,1998,1997,1996,1995,1994,1993,1992'; + public static $commYear = 'not-specified,2012,2011,2010,2009,2008,2007,2006,2005,2004,2003,2002,2001,2000,1999,1998,1997,1996,1995,1994,1993,1992'; public static $trackSelect = 'not-specified,no,yes'; |