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

    r478 r479  
    8282    public function __construct($params)
    8383    {
    84         $app =& App::getInstance();
     84        $app =& App::getInstance();
    8585
    8686        if (!extension_loaded('pspell')) {
     
    120120    public function setParam($params)
    121121    {
    122         $app =& App::getInstance();
     122        $app =& App::getInstance();
    123123
    124124        if (isset($params) && is_array($params)) {
     
    139139    public function getParam($param)
    140140    {
    141         $app =& App::getInstance();
     141        $app =& App::getInstance();
    142142   
    143143        if (array_key_exists($param, $this->_params)) {
     
    214214    public function add($word)
    215215    {
    216         $app =& App::getInstance();
     216        $app =& App::getInstance();
    217217
    218218        if ($this->_use_personal_wordlist) {
     
    239239    public function save()
    240240    {
    241         $app =& App::getInstance();
     241        $app =& App::getInstance();
    242242
    243243        if ($this->_use_personal_wordlist) {
Note: See TracChangeset for help on using the changeset viewer.