Ignore:
Timestamp:
Nov 14, 2005 6:22:44 AM (19 years ago)
Author:
scdev
Message:

Rebuilt the services/admins.php script and templates. Fixes since v2 conversion. Lots of bugs and more to come!

File:
1 edited

Legend:

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

    r18 r19  
    5959    function RecordVersion($auth_object)
    6060    {
     61        if (!is_a($auth_object, 'Auth_SQL')) {
     62            trigger_error('Passed argument is not a valid Auth_SQL object.', E_USER_ERROR);
     63        }
     64       
    6165        $this->_auth = $auth_object;
    6266       
Note: See TracChangeset for help on using the changeset viewer.