From ced1f7e98a99b4bd702a362ddd1968ff1e2ae5f0 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 1 Feb 2010 00:53:06 +0000 Subject: Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() deprecated notices to register_error()s. Updated current ones to use this. git-svn-id: http://code.elgg.org/elgg/trunk@3874 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/group/search/finishblurb.php | 2 +- views/default/group/search/startblurb.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/group') diff --git a/views/default/group/search/finishblurb.php b/views/default/group/search/finishblurb.php index a030fbac5..9d3759cb3 100644 --- a/views/default/group/search/finishblurb.php +++ b/views/default/group/search/finishblurb.php @@ -6,7 +6,7 @@ * @link http://elgg.org/ * @deprecated 1.7 */ -elgg_log('view groups/search/finishblurb was deprecated in 1.7', 'WARNING'); +elgg_deprecated_notice('view groups/search/finishblurb was deprecated.', 1.7); if ($vars['count'] > $vars['threshold']) { diff --git a/views/default/group/search/startblurb.php b/views/default/group/search/startblurb.php index 64425af69..f3acfaf5a 100644 --- a/views/default/group/search/startblurb.php +++ b/views/default/group/search/startblurb.php @@ -6,7 +6,7 @@ * @link http://elgg.org/ * @deprecated 1.7 */ -elgg_log('view groups/search/startblurb was deprecated in 1.7', 'WARNING'); +elgg_deprecated_notice('view groups/search/startblurb was deprecated.', 1.7); ?>
-- cgit v1.2.3