From b0817999a4178ee74e228ef29807b572adedb132 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 11 Oct 2002 08:56:58 +0000 Subject: [PATCH] backout my own change because it's probably to much at this moment. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3838 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 136edca6..18005a01 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -791,7 +791,8 @@ $UIpref = 'captbunzo'; /* handy preference utility to easy switch between preferences */ if ($UIpref== 'captbunzo') { $align= 'center'; - $vert_lines = ''; /* test! Delete it when you are not satisfied */ + $vert_lines= ''; +// $vert_lines = ''; /* test! Delete it when you are not satisfied */ } else { $align= 'left'; $vert_lines = ''; -- 2.25.1