diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-16 07:52:57 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-16 07:52:57 +0000 |
commit | 87808b3a836795fd641f6336ef35adf8a76bd461 (patch) | |
tree | b4323295fe6fead888d5bdb7f1c24064c7ac9299 /mail/horde4-turba/files | |
parent | 4c3687bf14c481a65843e78ed9b1e1364595ec1f (diff) | |
download | ports-87808b3a836795fd641f6336ef35adf8a76bd461.tar.gz ports-87808b3a836795fd641f6336ef35adf8a76bd461.zip |
Notes
Diffstat (limited to 'mail/horde4-turba/files')
-rw-r--r-- | mail/horde4-turba/files/patch-lib_api.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/horde4-turba/files/patch-lib_api.php b/mail/horde4-turba/files/patch-lib_api.php deleted file mode 100644 index 1a4af9ffe0e0..000000000000 --- a/mail/horde4-turba/files/patch-lib_api.php +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/api.php.orig Tue Dec 25 20:01:35 2001 -+++ lib/api.php Thu Jan 17 23:46:58 2002 -@@ -90,7 +90,7 @@ - - $driver = Turba_Source::factory($addressbook, $cfgSources[$addressbook]); - $res = $driver->search(array('name' => $name, 'email' => $address), LASTNAME, TURBA_SEARCH_AND); -- if (PEAR::isError($res) || count($res) > 0) { -+ if (PEAR::isError($res) || count($res->objects) > 0) { - return PEAR::raiseError(_("This person is already in your addressbook."), HORDE_MESSAGE); - } - |