|
From: Benjamin C. <bc...@us...> - 2003-11-17 12:43:45
|
Update of /cvsroot/phpbt/phpbt/inc
In directory sc8-pr-cvs1:/tmp/cvs-serv23486/inc
Modified Files:
Tag: htmltemplates
auth.php
Log Message:
template tweak
Index: auth.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/auth.php,v
retrieving revision 1.18.4.1
retrieving revision 1.18.4.2
diff -u -r1.18.4.1 -r1.18.4.2
--- auth.php 5 Sep 2003 11:59:52 -0000 1.18.4.1
+++ auth.php 17 Nov 2003 12:43:04 -0000 1.18.4.2
@@ -170,7 +170,7 @@
function perm_invalid($actual_perms, $required_perms) {
global $t;
- $t->wrap('badperm.html');
+ $t->render('badperm.html', '');
}
function check_group($group) {
|