summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-04-22 22:46:21 +0200
committerandi <andi@splitbrain.org>2005-04-22 22:46:21 +0200
commit5e991bd87bb36ae836c4459b9ba30a66e80ff415 (patch)
treefc6df74e641ab67429ee4a0a820de9ed435e0267
parent9fcd3d1d5e5fd140213c5a65fa2e0ac53d7e904f (diff)
downloadrpg-5e991bd87bb36ae836c4459b9ba30a66e80ff415.tar.gz
rpg-5e991bd87bb36ae836c4459b9ba30a66e80ff415.tar.bz2
removed deprecated parsedLocale calls
darcs-hash:20050422204621-9977f-7f1f1b2d6774d98b8a4112125fe7bcf9fc0b6866.gz
-rw-r--r--inc/admin_acl.php2
-rw-r--r--inc/template.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/inc/admin_acl.php b/inc/admin_acl.php
index 98e262a8e..7991c61ad 100644
--- a/inc/admin_acl.php
+++ b/inc/admin_acl.php
@@ -161,7 +161,7 @@ function admin_acl_del($acl_scope, $acl_user){
function admin_acl_html(){
global $ID;
- print parsedLocale('admin_acl');
+ print p_locale_xhtml('admin_acl');
ptln('<div class="acladmin"');
ptln('<table class="inline">');
diff --git a/inc/template.php b/inc/template.php
index 3188dd07d..078a62e87 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -97,7 +97,7 @@ function tpl_content(){
html_register();
break;
case 'denied':
- print parsedLocale('denied');
+ print p_locale_xhtml('denied');
break;
case 'admin':
tpl_admin();