SOURCES: imp-typo.patch (NEW) - fix typo

baggins baggins at pld-linux.org
Wed Apr 5 17:12:37 CEST 2006


Author: baggins                      Date: Wed Apr  5 15:12:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix typo

---- Files affected:
SOURCES:
   imp-typo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/imp-typo.patch
diff -u /dev/null SOURCES/imp-typo.patch:1.1
--- /dev/null	Wed Apr  5 17:12:37 2006
+++ SOURCES/imp-typo.patch	Wed Apr  5 17:12:32 2006
@@ -0,0 +1,11 @@
+--- imp-4.1/lib/IMAP/Client.php~	2006-02-21 08:39:54.000000000 +0100
++++ imp-4.1/lib/IMAP/Client.php	2006-04-05 17:11:10.000000000 +0200
+@@ -411,7 +411,7 @@
+             return PEAR::raiseError(_("If using SSL or TLS, you must have the PHP openssl extension loaded."), 'horde.error');
+         }
+ 
+-        if ($res = $this->UseTLS()) {
++        if ($res = $this->useTLS()) {
+             if (is_a($res, 'PEAR_Error')) {
+                 return $res;
+             } else {
================================================================


More information about the pld-cvs-commit mailing list