Changeset 1484 for tags/release-1_6_1


Ignore:
Timestamp:
Jul 20, 2006, 10:48:57 PM (18 years ago)
Author:
plg
Message:

merge -r1433:1434 from tags/release-1.6.0 to tags/release-1.6.1 (stable
release required modifications: don't show version and generation time in
footer, don't check the upgrade feed, don't die on sql errors).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/release-1_6_1/include/config_default.inc.php

    r1471 r1484  
    147147// show_version : shall the version of PhpWebGallery be displayed at the
    148148// bottom of each page ?
    149 $conf['show_version'] = true;
     149$conf['show_version'] = false;
    150150
    151151// links : list of external links to add in the menu. An example is the best
     
    212212// This configuration parameter is set to true in BSF branch and to false
    213213// elsewhere.
    214 $conf['check_upgrade_feed'] = true;
     214$conf['check_upgrade_feed'] = false;
    215215
    216216// rate_items: available rates for a picture
     
    328328
    329329// show_gt : display generation time at the bottom of each page
    330 $conf['show_gt'] = true;
     330$conf['show_gt'] = false;
    331331
    332332// debug_l10n : display a warning message each time an unset language key is
     
    335335
    336336// die_on_sql_error: if an SQL query fails, should everything stop?
    337 $conf['die_on_sql_error'] = true;
     337$conf['die_on_sql_error'] = false;
    338338
    339339// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.