Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/amo2009/search.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/amo2009/search.thtml')
-rw-r--r--site/app/views/elements/amo2009/search.thtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/app/views/elements/amo2009/search.thtml b/site/app/views/elements/amo2009/search.thtml
index 1596895..ba682b8 100644
--- a/site/app/views/elements/amo2009/search.thtml
+++ b/site/app/views/elements/amo2009/search.thtml
@@ -267,12 +267,13 @@ if (!isset($category)) $category = array(0, 0);
echo "versions = new Array();\n";
foreach($versions as $application_id => $ver_array) {
echo "versions[{$application_id}] = {";
+ echo "'".___('advanced_search_form_any_version')."' : 'any',\n";
foreach ($ver_array as $version) {
if($version !="") {
echo "\"{$version}\": \"{$version}\", ";
}
}
- echo "'".___('advanced_search_form_any_version')."' : 'any' };\n";
+ echo "};\n";
}
// to get default version value set up correctly needed to do after $appid, $lver and $hver set-up above in this element