From 08268b723572ce24f770d8881f96a3176738c6ec Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 10 Mar 2008 12:31:46 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@133 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/sites.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/engine/lib/sites.php b/engine/lib/sites.php index 546ef9161..2d5b589a7 100644 --- a/engine/lib/sites.php +++ b/engine/lib/sites.php @@ -506,10 +506,7 @@ * @param string $name * @param int $site_id */ - function count_site_annotations($name, $site_id) - { - return count_annotations($site_id, 'site', $name); - } + function count_site_annotations($name, $site_id) { return count_annotations($site_id, 'site', $name); } /** * Get the average of an integer type annotation. -- cgit v1.2.3