Changeset 396 for trunk/lib/ACL.inc.php


Ignore:
Timestamp:
Feb 11, 2012 4:17:05 PM (12 years ago)
Author:
anonymous
Message:

Updated copyright date; comments elaboration; spelling fixes.

File:
1 edited

Legend:

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

    r380 r396  
    33 * The Strangecode Codebase - a general application development framework for PHP
    44 * For details visit the project site: <http://trac.strangecode.com/codebase/>
    5  * Copyright 2001-2010 Strangecode, LLC
     5 * Copyright 2001-2012 Strangecode, LLC
    66 *
    77 * This file is part of The Strangecode Codebase.
     
    667667            $access = $this->cache->get($cache_hash);
    668668        } else {
    669             // Retreive access value from db.
     669            // Retrieve access value from db.
    670670            $qid = $db->query("
    671671                SELECT acl_tbl.access
Note: See TracChangeset for help on using the changeset viewer.