* 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:
Jan Dittberner 2007-12-03 14:37:35 +00:00
parent 379fffa19b
commit 0993d2be3a
11 changed files with 291 additions and 377 deletions

View file

@ -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) {