From 3577831df5934e52b777556e262969ada2bfd6b5 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 13 Jan 2011 10:52:03 +0100 Subject: [PATCH] Move, so that uncommenting actually overwrites the default. --- turba/config/backends.php.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/turba/config/backends.php.dist b/turba/config/backends.php.dist index 662f63da4..edf7e7023 100644 --- a/turba/config/backends.php.dist +++ b/turba/config/backends.php.dist @@ -197,6 +197,7 @@ $cfgSources['localsql'] = array( 'title' => _("My Address Book"), 'type' => 'sql', 'params' => array( + 'sql' => false, // The default connection details are pulled from the Horde-wide SQL // connection configuration. // To use another DB connection, you must provide configuration -- 2.11.0