From 820fa24b2cc7cd677f9e392f5834e69bc3e46dc5 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 11 Mar 2005 15:56:11 +0100 Subject: more template additions - media selection works again darcs-hash:20050311145611-9977f-6a2987fbe10ba90cf279a3874d8d7510e63294b5.gz --- inc/html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 85e3189ea..df3f446b5 100644 --- a/inc/html.php +++ b/inc/html.php @@ -293,6 +293,7 @@ function html_btn($name,$id,$akey,$params,$method='get'){ /** * Check for the given permission or prints an error * + * @deprecated * @author Andreas Gohr */ function html_acl($perm){ @@ -596,7 +597,7 @@ function html_search(){ print ''; } }else{ - print '
'.$lang['nothingfound'].'
'; + print '
'.$lang['nothingfound'].'
'; } //hide progressbar -- cgit v1.2.3