Ignore:
Timestamp:
Jun 5, 2006 1:31:25 AM (18 years ago)
Author:
scdev
Message:

Q - Change Auth_SQL::getVal to Auth_SQL::get and Auth_SQL::setVal to Auth_SQL::set.

File:
1 edited

Legend:

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

    r146 r147  
    2222       
    2323        // Name of database table to store prefs.
    24         'db_table' => 'prefs_tbl',
     24        'db_table' => 'pref_tbl',
    2525
    2626        // Automatically create table and verify columns. Better set to false after site launch.
     
    207207       
    208208        // Skip this method if not using the db.
    209         if (true !=== $this->getParam('enable_db')) {
     209        if (true !== $this->getParam('enable_db')) {
    210210            return true;
    211211        }
     
    271271       
    272272        // Skip this method if not using the db.
    273         if (true !=== $this->getParam('enable_db')) {
     273        if (true !== $this->getParam('enable_db')) {
    274274            return true;
    275275        }
Note: See TracChangeset for help on using the changeset viewer.