From 021be926d4c31f1f31673735f1bd37335e89afce Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 12 Aug 2008 10:28:33 +0000 Subject: - Patch #293421 by Bart Jansens: fixed documentation of sess_count(). --- includes/session.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/session.inc b/includes/session.inc index 25387d79b..a4c85aae6 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -92,15 +92,14 @@ function sess_regenerate() { } /** - * Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both. + * Counts how many users have sessions. Can count either anonymous sessions or authenticated sessions. * * @param int $timestamp * A Unix timestamp representing a point of time in the past. * The default is 0, which counts all existing sessions. - * @param int $anonymous + * @param boolean $anonymous * TRUE counts only anonymous users. * FALSE counts only authenticated users. - * Any other value will return the count of both authenticated and anonymous users. * @return int * The number of users with sessions. */ -- cgit v1.2.3