From 08ac193a414a72fab13934fac0303714a5a38d40 Mon Sep 17 00:00:00 2001 From: andre-hub Date: Sat, 15 Jan 2011 22:40:47 +0100 Subject: small fixes --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 7c5a306af..4737e60ee 100644 --- a/functions.php +++ b/functions.php @@ -4436,13 +4436,13 @@ $msg"; } - function format_notice($msg) { + function format_notice($msg, $id = "") { global $link; return "
$msg
"; } - function format_error($msg) { + function format_error($msg, $id = "") { global $link; return "
$msg
"; -- cgit v1.2.3