Index: textimage.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/textimage/textimage.module,v
retrieving revision 1.23.4.10
diff -u -b -r1.23.4.10 textimage.module
--- textimage.module	2 Mar 2009 02:58:58 -0000	1.23.4.10
+++ textimage.module	2 Mar 2009 18:46:32 -0000
@@ -417,7 +417,8 @@
   }
 
   // Generate the textimage
-  $img = textimage_text_to_image($text, $size, $font, $color, $back_color, $angle, $maximum_width, $fixed_width, $align);
+  // $img = textimage_text_to_image($text, $size, $font, $color, $back_color, $angle, $maximum_width, $fixed_width, $align);
+  $img = textimage_text_to_image($text, $size, $font, $color, $angle, $maximum_width, $fixed_width, $align);
 
   // Add a border
   if ($stroke_width && $stroke_color) {

