Revision: 3309
Author: seba.wagner
Date: Wed Aug 11 05:02:55 2010
Log: Fix UTF-8 Problem in SugarCRM Plugin
http://code.google.com/p/openmeetings/source/detail?r=3309

Modified:
 /trunk/plugins/openmeetings_sugarcrm/openmeetings_gateway/lib/nusoap.php

=======================================
--- /trunk/plugins/openmeetings_sugarcrm/openmeetings_gateway/lib/nusoap.php Wed Mar 3 07:51:09 2010 +++ /trunk/plugins/openmeetings_sugarcrm/openmeetings_gateway/lib/nusoap.php Wed Aug 11 05:02:55 2010
@@ -138,8 +138,8 @@
        * @var      string
        * @access   public
        */
-    var $soap_defencoding = 'ISO-8859-1';
-       //var $soap_defencoding = 'UTF-8';
+    //var $soap_defencoding = 'ISO-8859-1';
+       var $soap_defencoding = 'UTF-8';

        /**
        * namespaces in an array of prefix => uri

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to