diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:40:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:40:12 +0000 |
commit | 5e716224098c24e163ce5ef65b969773aaf1a653 (patch) | |
tree | 957228ace66d642ee412324946a7345a9402c318 /mail/turba/files/patch-ac | |
parent | Adding horde version 2.0. (diff) |
Adding turba version 1.0.
The Horde contact management application.
PR: 32089, 32152
Submitted by: Thierry Thomas <thierry@thomas.as>
Notes
Notes:
svn path=/head/; revision=50927
Diffstat (limited to 'mail/turba/files/patch-ac')
-rw-r--r-- | mail/turba/files/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/turba/files/patch-ac b/mail/turba/files/patch-ac new file mode 100644 index 000000000000..74914cb6d40e --- /dev/null +++ b/mail/turba/files/patch-ac @@ -0,0 +1,16 @@ +--- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001 ++++ config/prefs.php.dist Sun Nov 18 01:21:42 2001 +@@ -16,4 +16,13 @@ + 'type' => 'select', + 'desc' => _("Select your preferred language:") + ); ++ ++// Addressbook ++$_prefs['searchsource'] = array( ++ 'value' => 'localsql', ++ 'locked' => false, ++ 'shared' => true, ++ 'type' => 'select', ++ 'desc' => _("from") ++); + ?> |