mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5e71622409
The Horde contact management application. PR: 32089, 32152 Submitted by: Thierry Thomas <thierry@thomas.as>
17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
--- 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")
|
|
+);
|
|
?>
|