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/Captcha.inc.php

    r468 r479  
    149149    public function __construct()
    150150    {
    151         $app =& App::getInstance();
     151        $app =& App::getInstance();
    152152   
    153153        $this->secret_key = $app->getParam('signing_key');
     
    166166    public function getAsciiNumber($num=null)
    167167    {
    168         $app =& App::getInstance();
     168        $app =& App::getInstance();
    169169   
    170170        if (!isset($num)) {
Note: See TracChangeset for help on using the changeset viewer.