From: <pdo...@us...> - 2022-06-20 02:27:22
|
Revision: 14972 http://sourceforge.net/p/squirrelmail/code/14972 Author: pdontthink Date: 2022-06-20 02:27:20 +0000 (Mon, 20 Jun 2022) Log Message: ----------- Restore line incorrectly deleted Modified Paths: -------------- branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php Modified: branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php =================================================================== --- branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php 2022-06-04 17:50:55 UTC (rev 14971) +++ branches/SM-1_4-STABLE/squirrelmail/include/load_prefs.php 2022-06-20 02:27:20 UTC (rev 14972) @@ -133,6 +133,7 @@ $show_num = getPref($data_dir, $username, 'show_num', 15 ); +$wrap_at = getPref( $data_dir, $username, 'wrap_at', 86 ); if ($wrap_at < 15) { $wrap_at = 15; } $left_size = getPref($data_dir, $username, 'left_size'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |