Ignore:
Timestamp:
Jun 9, 2010, 10:26:47 PM (14 years ago)
Author:
nikrou
Message:

Fix bug 1722 : PosgtreSQL wants all fields in select to be in Group by clause
or agregate function
Fix issue for lambda function (incorrect number of params)

merge from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/include/config_default.inc.php

    r6410 r6511  
    514514// piwigo_users table.
    515515$conf['users_table'] = $prefixeTable.'users';
     516
     517// If you decide to use external authentication
     518// change conf below by $conf['external_authentification'] = true;
     519$conf['external_authentification'] = false;
    516520
    517521// Other tables can be changed, if you define associated constants
Note: See TracChangeset for help on using the changeset viewer.