Changeset 493


Ignore:
Timestamp:
Sep 7, 2014 8:21:53 AM (10 years ago)
Author:
anonymous
Message:

Constructor for FormValidation?()

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r483 r493  
    391391label.sc-radio-label {
    392392    width: auto;
    393 /*     padding-right: 0;
    394     padding-top: 0;
    395     font-style: normal;
    396  */}
     393}
  • trunk/lib/FormValidator.inc.php

    r490 r493  
    7272
    7373    /**
     74     * FormValidator constructor.
     75     *
     76     * @access public
     77     * @param array $params Configuration parameters for this object.
     78     */
     79    public function __construct($params=null)
     80    {
     81        // Set custom parameters.
     82        $this->setParam($params);
     83    }
     84
     85    /**
    7486     * Set (or overwrite existing) parameters by passing an array of new parameters.
    7587     *
Note: See TracChangeset for help on using the changeset viewer.