Fix for Fix for settings.php database array for sharing profiles

  1. <?php
  2. //usual local settings:
  3. $db_url = 'mysqli://username:password@localhost/my_drupal_db';
  4.  
  5. $db_prefix = array(
  6.     'default'                   => '',
  7.     'profile_fields'    => 'site1_',
  8.     'profile_values'    => 'site1_',
  9. );
  10. ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.