diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-18 16:03:30 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-18 16:03:30 +0000 |
commit | 19d10a4e908810a53db4a08ed386c4cf1be935f1 (patch) | |
tree | 37e7cdbffa39b81101a95b1b5d12aaabccab7870 | |
parent | 2352a0b5ed1056f773dbabbbcf6c3adc08af5bc9 (diff) | |
download | brdo-19d10a4e908810a53db4a08ed386c4cf1be935f1.tar.gz brdo-19d10a4e908810a53db4a08ed386c4cf1be935f1.tar.bz2 |
- Patch #293322 by minorOffense: fixed documentation.
-rw-r--r-- | includes/common.inc | 2 |
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. |