Ignore:
Timestamp:
Dec 18, 2013 7:49:24 PM (11 years ago)
Author:
anonymous
Message:

minor changes to tests to get them working. you need to add a symbolic link to the codebase directory inside the tests directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eli_branch/lib/FormValidator.inc.php

    r447 r450  
    399399     * @return bool   true if value passes regex test
    400400     */
    401     public function checkRegex($form_name, $regex, $valid_on_match, $msg='')
     401    public function checkRegex($form_name, $regex, $valid_on_match=true, $msg='')
    402402    {
    403403        if (parent::checkRegex(getFormData($form_name), $regex, $valid_on_match)) {
Note: See TracChangeset for help on using the changeset viewer.