Ignore:
Timestamp:
Feb 24, 2024 6:31:54 AM (3 months ago)
Author:
anonymous
Message:

Minor improvements. Add Validator::IPAddress() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FormValidator.inc.php

    r722 r807  
    694694    public function fileUploadSize($form_name, $msg='', $type=MSG_ERR, $file=null, $line=null)
    695695    {
    696         if (Validator::fileUploadSize($form_name, LOG_NOTICE, $file, $line)) {
     696        if (Validator::fileUploadSize(LOG_NOTICE, $file, $line)) {
    697697            return true;
    698698        } else {
Note: See TracChangeset for help on using the changeset viewer.