fixed en to en-us

This commit is contained in:
Nuno Miguel Reis
2012-10-11 00:09:40 +00:00
parent e1d5d72d28
commit 98a4e42dae
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
$category = $row['category'];
$subcategory = $row['subcategory'];
$version = $row['version'];
$description = $row['description']['en'];
$description = $row['description']['en-us'];
}
}
}