From: Michael M Slusarz Date: Thu, 13 Jan 2011 17:07:39 +0000 (-0700) Subject: I find this array format easier to read - less whitespace X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2f79901f5508bdeb17d2f37cca41b73f3a009557;p=horde.git I find this array format easier to read - less whitespace --- diff --git a/turba/config/backends.php.dist b/turba/config/backends.php.dist index 38d30440b..662f63da4 100644 --- a/turba/config/backends.php.dist +++ b/turba/config/backends.php.dist @@ -201,17 +201,18 @@ $cfgSources['localsql'] = array( // connection configuration. // To use another DB connection, you must provide configuration // information here - for example, - //'sql' => array('persistent' => true, - // 'username' => 'horde', - // 'password' => 'xxx', - // 'socket' => '/opt/local/var/run/mysql5/mysqld.sock', - // 'protocol' => 'unix', - // 'database' => 'horde', - // 'charset' => 'iso-8859-1', - // 'ssl' => false, - // 'splitread' => false, - // 'phptype' => 'mysql'), - 'sql' => false, + //'sql' => array( + // 'persistent' => true, + // 'username' => 'horde', + // 'password' => 'xxx', + // 'socket' => '/opt/local/var/run/mysql5/mysqld.sock', + // 'protocol' => 'unix', + // 'database' => 'horde', + // 'charset' => 'iso-8859-1', + // 'ssl' => false, + // 'splitread' => false, + // 'phptype' => 'mysql' + //), 'table' => 'turba_objects' ), 'map' => array(