- Timestamp:
- Nov 15, 2010, 10:58:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_comment.inc.php
r7495 r7784 125 125 } 126 126 127 if ($comment_action!='reject' and $conf['anti-flood_time']>0 )127 if ($comment_action!='reject' and $conf['anti-flood_time']>0 and !is_admin()) 128 128 { // anti-flood system 129 129 $reference_date = pwg_db_get_flood_period_expression($conf['anti-flood_time']);
Note: See TracChangeset
for help on using the changeset viewer.