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/Version.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.
     
    4545        'min_days' => 7, // Keep ALL versions within this many days, even if MORE than min_qty.
    4646        'db_table' => 'version_tbl',
    47 
     47       
    4848        // Automatically create table and verify columns. Better set to false after site launch.
     49        // This value is overwritten by the $app->getParam('db_create_tables') setting if it is available.
    4950        'create_table' => true,
    50         'db_schema_strict' => true, // If true, makes an exact comparison of saved vs. live table schemas. If false, just checks that the saved columns are available.
     51        // If true, makes an exact comparison of saved vs. live table schemas. If false, just checks that the saved columns are available.
     52        'db_schema_strict' => true,
    5153    );
    5254
Note: See TracChangeset for help on using the changeset viewer.