? watermark_fix_quotes.patch
Index: watermark.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/watermark/watermark.module,v
retrieving revision 1.10
diff -u -p -r1.10 watermark.module
--- watermark.module	23 Jun 2008 23:20:38 -0000	1.10
+++ watermark.module	12 Apr 2010 19:58:14 -0000
@@ -201,7 +201,7 @@ function watermark_check_functions() {
 
   foreach ($function_list as $function) {
     if (!function_exists($function)) {
-      drupal_set_message('Function $function does not exist. Watermarking cannot be done. Please make sure that you are running PHP 4.3 or higher, or that you (or your hosting provider) manually compile the GD library into your PHP installation. You also need PHP to be compiled with --enable-exif.', 'error');
+      drupal_set_message("Function $function does not exist. Watermarking cannot be done. Please make sure that you are running PHP 4.3 or higher, or that you (or your hosting provider) manually compile the GD library into your PHP installation. You also need PHP to be compiled with --enable-exif.", 'error');
       $errors[] = 1;
     }
   }
