//585add_source
// address book to use for adding addresses
// put $cfgSources array element name in the value field.
// Setting value to localsql would allow you to add contacts to MySQL database
// See turba/config/sources.php for more info
$_prefs['add_source'] = array(
    'value' => 'localsql',
    'locked' => false,
    'shared' => true,
    'type' => 'implicit'
);
// End Address book preferences
