freebsd-ports/mail/horde4-turba/files/patch-ac
Steve Price 5e71622409 Adding turba version 1.0.
The Horde contact management application.

PR:		32089, 32152
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-12-03 02:40:12 +00:00

16 lines
392 B
Text

--- 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")
+);
?>