fixes #20
* message catalogs for PHP and JavaScript have been joined to davadmin.pot * textdomain selection has been unified in admin/i18n.inc.php
This commit is contained in:
parent
379fffa19b
commit
0993d2be3a
11 changed files with 291 additions and 377 deletions
|
@ -285,11 +285,11 @@ if ($_GET) {
|
|||
default:
|
||||
errorAsXml(sprintf(_("Unexpected values %s!"), serialize($_GET)));
|
||||
}
|
||||
} if (isset($_GET["language"])) {
|
||||
} else if (isset($_GET["language"])) {
|
||||
header("Content-Type: text/html; charset=UTF-8");
|
||||
$smarty->assign("directories", getDirectories());
|
||||
$smarty->display("directories.html");
|
||||
}else {
|
||||
} else {
|
||||
invalidCall();
|
||||
}
|
||||
} elseif ($_POST) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue