From 1ee74db9de1bb745de84e37a6018b0d2f43e4e7a Mon Sep 17 00:00:00 2001
From: Richard Burford <rich@freestylesystems.co.uk>
Date: Sat, 22 Sep 2012 16:08:07 +0000
Subject: [PATCH] By psynaptic: Converted invalid multibyte sequence to UTF-8.

---
 lib/CMBase.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/CMBase.php b/lib/CMBase.php
index 422df00..7aa2125 100644
--- a/lib/CMBase.php
+++ b/lib/CMBase.php
@@ -1111,7 +1111,7 @@ class CampaignMonitor extends CMBase
 	/**
 	 * Gets the API key for a Campaign Monitor user, given site URL, username, 
 	 * password. If the user has not already had their API key generated at 
-	 * the time this method is called, the user’s API key will be generated 
+	 * the time this method is called, the user's API key will be generated
 	 * and returned by this method.
 	 * 
 	 * @param $site_url The base URL of the site you use to login to 
@@ -1433,7 +1433,7 @@ class CampaignMonitor extends CMBase
 	* @param string $dataType (DataType) Data type of the field. Options are Text, Number, 
 	*				MultiSelectOne, or MultiSelectMany
 	* @param string $Options (Options) The available options for a multi-valued custom field. 
-	*				Options should be separated by a double pipe “||”. This field must be null 
+	*				Options should be separated by a double pipe "||". This field must be null 
 	*				for Text and Number custom fields
 	* @return mixed A parsed response from the server, or null if something failed.
 	* @see http://www.campaignmonitor.com/api/method/list-createcustomfield/
@@ -1556,4 +1556,4 @@ class CampaignMonitor extends CMBase
 			))
 		);
 	}
-}
\ No newline at end of file
+}
-- 
1.7.1

