fix default selection "for real"

This commit is contained in:
Nils Kneuper 2010-03-26 15:36:30 +00:00
parent 3cb506e173
commit 4ab9fd8e95
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ sort($existing_extra_packs_b);
$stats = array();
if(!isset($_GET['version'])){
$version = '1.8';
$version = 'trunk';
}else{
$version = $_GET['version'];
}

View file

@ -38,7 +38,7 @@ if(!isset($_GET['version'])){
// set the default starting point when calling gettext.wesnoth.org:
// 'branch': show stats from the current stable branch
// 'trunk': show stats from trunk
$version = 'trunk';
$version = 'branch';
}else{
$version = $_GET['version'];
}