diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-28 16:05:17 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-28 16:05:17 +0000 |
commit | 279d2d4c44475544b55b4190e2468e055bca936e (patch) | |
tree | 44ef81deea16993979d3a7fb84cf63da0b3180b8 /includes/common.inc | |
parent | 23607968dfc1429f509d3ee3b5b7f9f0f2ed720b (diff) | |
download | brdo-279d2d4c44475544b55b4190e2468e055bca936e.tar.gz brdo-279d2d4c44475544b55b4190e2468e055bca936e.tar.bz2 |
#213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index b8900736e..789a01673 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -846,6 +846,10 @@ function valid_url($url, $absolute = FALSE) { } /** + * @} End of "defgroup validation". + */ + +/** * Register an event for the current visitor (hostname/IP) to the flood control mechanism. * * @param $name |