Changeset 3489


Ignore:
Timestamp:
Jul 1, 2009, 11:04:23 PM (15 years ago)
Author:
rvelices
Message:
  • correct mysql error (while updating user comment)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_comment.inc.php

    r3488 r3489  
    268268  }
    269269
     270/* ? this is a MySql Error - author_id is not defined
    270271  if ($comment_action!='reject' and $conf['anti-flood_time']>0 )
    271272  { // anti-flood system
     
    281282    }
    282283  }
    283 
     284*/
    284285  // perform more spam check
    285286  $comment_action =
Note: See TracChangeset for help on using the changeset viewer.