Ignore:
Timestamp:
Jul 3, 2007 8:41:36 AM (17 years ago)
Author:
quinn
Message:

Bugfixes found during strangecode site upgrade.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/2.0.2/lib/Auth_SQL.inc.php

    r251 r266  
    577577
    578578    /**
    579      * This sets the 'blocked' field for a user in the db_table, and also
    580      * adds an optional reason
    581      *
    582      * @param  string   $reason      The reason for blocking the account.
     579     * Tests if the "blocked" flag is set for a user.
     580     *
     581     * @param  int      $user_id    User id to look for.
     582     * @return boolean              True if the user is blocked, false otherwise.
    583583     */
    584584    function isBlocked($user_id=null)
Note: See TracChangeset for help on using the changeset viewer.