Index: trunk/wb/include/captcha/captchas/text.php
===================================================================
--- trunk/wb/include/captcha/captchas/text.php	(revision 624)
+++ trunk/wb/include/captcha/captchas/text.php	(revision 625)
@@ -58,7 +58,7 @@
 	// get answer
 	$s=next($content);
 	$s=trim(rtrim(rtrim($s,"\n"),"\r")); // remove newline
-	if($s{0}!='!') continue;
+	if(isset($s{0}) && $s{0}!='!') continue;
 	$a=substr($s,1);
 	$qa[$lang][$q]=$a;
 	next($content);
@@ -87,4 +87,4 @@
 
 echo $k;
 
-?>
\ No newline at end of file
+?>
