diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-10 12:31:46 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-10 12:31:46 +0000 |
commit | 08268b723572ce24f770d8881f96a3176738c6ec (patch) | |
tree | 84a4495f6ee4fe4c2b6693ba3c5c44929722cc18 /engine/lib | |
parent | 5cdc89efc54310bb6b60b47d9cd9fb1ef9bc6b90 (diff) | |
download | elgg-08268b723572ce24f770d8881f96a3176738c6ec.tar.gz elgg-08268b723572ce24f770d8881f96a3176738c6ec.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@133 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/sites.php | 5 |
1 files changed, 1 insertions, 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. |