kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Oct 25 16:57:39 CEST 2012


 kolab.org/www/drupal-7.16/sites/default/db_prefix.php |   29 ++++++++++++++++++
 1 file changed, 29 insertions(+)

New commits:
commit 1922c24f353aeda0766fc09bb22b4bdc453ce928
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Oct 25 16:57:22 2012 +0200

    added missing db prefix

diff --git a/kolab.org/www/drupal-7.16/sites/default/db_prefix.php b/kolab.org/www/drupal-7.16/sites/default/db_prefix.php
new file mode 100644
index 0000000..6e9c1e0
--- /dev/null
+++ b/kolab.org/www/drupal-7.16/sites/default/db_prefix.php
@@ -0,0 +1,29 @@
+<?php
+
+    $databases['default']['default']['prefix'] = array(
+        'authmap'           => 'shared_',
+        'captcha_points'    => 'shared_',
+        'default'           => 'www_',
+        'filters'           => 'shared_',
+        'filter_formats'    => 'shared_',
+        'ldapauth'          => 'shared_',
+        'og'                => 'shared_',
+        'og_access_roles'   => 'shared_',
+        'og_ancestry'       => 'shared_',
+        'og_notifications'  => 'shared_',
+        'og_uid'            => 'shared_',
+        'og_users_roles'    => 'shared_',
+        'profile_fields'    => 'shared_',
+        'profile_values'    => 'shared_',
+        'role'              => 'shared_',
+        'sessions'          => 'shared_',
+        'twitter'           => 'shared_',
+        'twitter_account'   => 'shared_',
+        'twitter_user'      => 'shared_',
+        'users'             => 'shared_',
+        'users_roles'       => 'shared_',
+        'vocabulary'        => 'shared_',
+        'wysiwyg'           => 'shared_'
+    );
+
+?>





More information about the commits mailing list