Changeset 560 for trunk/lib/Lock.inc.php


Ignore:
Timestamp:
Jan 12, 2016 11:14:55 PM (8 years ago)
Author:
anonymous
Message:

Minor code formatting and comments.

File:
1 edited

Legend:

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

    r526 r560  
    3636    // Configuration of this object.
    3737    protected $_params = array(
     38        // The time required to pass before a user can forcibly unlock a locked record.
    3839        'timeout' => 600,
     40
     41        // The time after which a record will automatically become unlocked.
    3942        'auto_timeout' => 1800,
     43
     44        // The URL to the lock script.
    4045        'error_url' => '/lock.php',
     46
     47        // The name of the database table to store locks.
    4148        'db_table' => 'lock_tbl',
    4249
Note: See TracChangeset for help on using the changeset viewer.