fix for compose in new window from plugin pages, + typo fix
[squirrelmail.git] / functions / strings.php
index c7c6060f4d2594bf1aa513f06d54583f0af9dc01..60e20393509cda245f7c4a8b2876e816fc8d3e75 100644 (file)
@@ -16,7 +16,7 @@
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
-$version = '1.2.7 [CVS]';
+$version = '1.3.0 [CVS-DEVEL]';
 
 /**
  * Wraps text at $wrap characters
@@ -64,7 +64,7 @@ function sqWordWrap(&$line, $wrap) {
         
         /* Go to the next line if we have more to process */
         if ($i < count($words)) {
-            $line .= "\n" . $beginning_spaces;
+            $line .= "\n";
         }
     }
 }