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/googlevideos.php | 2 +- views/default/forms/labels/metacafe.php | 2 +- views/default/forms/labels/vimeo.php | 2 +- views/default/forms/labels/youtube.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'views/default/forms/labels') diff --git a/views/default/forms/labels/googlevideos.php b/views/default/forms/labels/googlevideos.php index 41893cea2..1d4223232 100644 --- a/views/default/forms/labels/googlevideos.php +++ b/views/default/forms/labels/googlevideos.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 .= "
"; diff --git a/views/default/forms/labels/metacafe.php b/views/default/forms/labels/metacafe.php index 08edbcfdd..76dabeb25 100644 --- a/views/default/forms/labels/metacafe.php +++ b/views/default/forms/labels/metacafe.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 .= "
"; 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 .= "
"; diff --git a/views/default/forms/labels/youtube.php b/views/default/forms/labels/youtube.php index 37575c0f1..1b557522b 100644 --- a/views/default/forms/labels/youtube.php +++ b/views/default/forms/labels/youtube.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