summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-18 16:03:30 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-18 16:03:30 +0000
commit19d10a4e908810a53db4a08ed386c4cf1be935f1 (patch)
tree37e7cdbffa39b81101a95b1b5d12aaabccab7870 /includes
parent2352a0b5ed1056f773dbabbbcf6c3adc08af5bc9 (diff)
downloadbrdo-19d10a4e908810a53db4a08ed386c4cf1be935f1.tar.gz
brdo-19d10a4e908810a53db4a08ed386c4cf1be935f1.tar.bz2
- Patch #293322 by minorOffense: fixed documentation.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 1a1caad76..a926d019d 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1277,7 +1277,7 @@ function flood_register_event($name) {
*
* @param $name
* The name of the event.
- * @param $number
+ * @param $threshold
* The maximum number of the specified event per hour (per visitor).
* @return
* True if the user did not exceed the hourly threshold. False otherwise.