Ignore:
Timestamp:
Jul 19, 2007 7:39:26 PM (17 years ago)
Author:
quinn
Message:

Added match_remote_ip_exempt_usernames function for trendease (ported from codebase 1.1dev).

File:
1 edited

Legend:

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

    r270 r275  
    6464        $app =& App::getInstance();
    6565
     66        if (!extension_loaded('pspell')) {
     67            trigger_error('Pspell module not installed', E_USER_ERROR);
     68        }
     69
    6670        if (!is_array($params) || empty($params)) {
    6771            trigger_error('SpellCheck parameters not set properly', E_USER_ERROR);
Note: See TracChangeset for help on using the changeset viewer.