Ignore:
Timestamp:
Apr 4, 2007 4:54:25 AM (17 years ago)
Author:
quinn
Message:

Q - Fixed a few non-fatal but still annoying bugs.

File:
1 edited

Legend:

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

    r178 r241  
    209209    function isEmpty($form_name, $msg='')
    210210    {
    211         $this->notEmpty($form_name, $msg='');
     211        $this->notEmpty($form_name, $msg);
    212212    }
    213213
Note: See TracChangeset for help on using the changeset viewer.