From 058f87a19f3894f6b352844671bac6b43effb35c Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 4 Jun 2008 11:52:29 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@793 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/system_log.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php index 4dd240d27..f9772ecc7 100644 --- a/engine/lib/system_log.php +++ b/engine/lib/system_log.php @@ -51,8 +51,8 @@ * * @param string $event The event you are searching on. * @param string $class The class of object it effects. - * @param int $limit - * @param int $offset + * @param int $limit Maximum number of responses to return. + * @param int $offset Offset of where to start. */ function get_system_log($event = "", $class = "", $limit = 10, $offset = 0) { @@ -85,6 +85,8 @@ /** * Log a system event related to a specific object. * + * This is called by the event system and should not be called directly. + * * @param $object The object you're talking about. * @param $event String The event being logged */ -- cgit v1.2.3