Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

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

    r478 r479  
    7979    public function setParam($params)
    8080    {
    81         $app =& App::getInstance();
     81        $app =& App::getInstance();
    8282
    8383        if (isset($params) && is_array($params)) {
     
    9898    public function getParam($param)
    9999    {
    100         $app =& App::getInstance();
     100        $app =& App::getInstance();
    101101
    102102        if (array_key_exists($param, $this->_params)) {
     
    465465    public function validateEmail($form_name, $strict=false)
    466466    {
    467         $app =& App::getInstance();
     467        $app =& App::getInstance();
    468468
    469469        $email = getFormData($form_name);
Note: See TracChangeset for help on using the changeset viewer.