Ignore:
Timestamp:
Nov 17, 2005 3:00:00 AM (19 years ago)
Author:
scdev
Message:

Tons of little updates and bugfixes. CSS updates to templates and core css files. File upload ability to module_maker. Remade Upload interface to use setParam/getParam.

File:
1 edited

Legend:

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

    r19 r20  
    4040    {
    4141        static $instances = array();
    42 
    43         if (!is_a($auth_object, 'Auth_SQL')) {
    44             trigger_error('Constructor not provided a valid Auth_SQL object.', E_USER_ERROR);
    45         }
    4642               
    4743        if (!isset($instances[$auth_object->getVal('auth_name')])) {
     
    6056    {
    6157        if (!is_a($auth_object, 'Auth_SQL')) {
    62             trigger_error('Passed argument is not a valid Auth_SQL object.', E_USER_ERROR);
     58            trigger_error('Constructor not provided a valid Auth_SQL object.', E_USER_ERROR);
    6359        }
    6460       
Note: See TracChangeset for help on using the changeset viewer.