summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/session.inc5
1 files changed, 2 insertions, 3 deletions
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.
*/