Added comments to ChangeLog about fixed bugs #496752 and #496753.
[squirrelmail.git] / src / printer_friendly_bottom.php
index 10ae45c63fbd2a23a527da8170146bd5e4aee233..0d624b86561de0620998730f48244ed66e6aa887 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * printer_friendly_bottom.php
  *
- * Copyright (c) 1999-2001 The SquirrelMail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * with javascript on, it is the bottom frame of printer_friendly_main.php
@@ -119,7 +119,7 @@ require_once('../functions/page_header.php');
 function pf_clean_string ( $unclean_string, $num_leading_spaces ) {
     global $data_dir, $username;
 
-    $wrap_at = getPref($data_dir, $username, 'wrap_at');
+    $wrap_at = getPref($data_dir, $username, 'wrap_at', 86);
     $wrap_at = $wrap_at - $num_leading_spaces; // header stuff
 
     $leading_spaces = '';