From 1db604a22672b06fd95e60328a16d5045ca9465c Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Mon, 29 Mar 2010 14:05:02 +0000 Subject: Updated VideoList deprecated functions, and removed namespace clash in error messages. --- views/default/forms/labels/vimeo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/forms/labels/vimeo.php') diff --git a/views/default/forms/labels/vimeo.php b/views/default/forms/labels/vimeo.php index 38ffc17f0..b890febb7 100644 --- a/views/default/forms/labels/vimeo.php +++ b/views/default/forms/labels/vimeo.php @@ -19,7 +19,7 @@ $body .= ""; $body .= "
"; $body .= "   "; if ($error['no-search'] == 0) { - $body .= '
'.$error_msg['no-search'].'
'; + $body .= '
'.$error_msg['no-search'].'
'; } $body .= "
"; //$body .= "
"; -- cgit v1.2.3