kolab.org/www

Torsten Grote grote at kolabsys.com
Wed Jun 20 16:32:19 CEST 2012


 kolab.org/www/drupal-7.14/sites/default/db_prefix.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4bb4807381d24addcbb1b15ca8b4097506195b17
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Jun 20 16:13:49 2012 +0200

    adapted db prefix for v7 format

diff --git a/kolab.org/www/drupal-7.14/sites/default/db_prefix.php b/kolab.org/www/drupal-7.14/sites/default/db_prefix.php
index 8c325f4..6e9c1e0 100644
--- a/kolab.org/www/drupal-7.14/sites/default/db_prefix.php
+++ b/kolab.org/www/drupal-7.14/sites/default/db_prefix.php
@@ -1,6 +1,6 @@
 <?php
 
-    $db_prefix = array(
+    $databases['default']['default']['prefix'] = array(
         'authmap'           => 'shared_',
         'captcha_points'    => 'shared_',
         'default'           => 'www_',
@@ -26,4 +26,4 @@
         'wysiwyg'           => 'shared_'
     );
 
-?>
\ No newline at end of file
+?>





More information about the commits mailing list