From 5edfad3d07901c07aa0509318884b861878598ec Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 10 Jan 2007 20:19:56 +0000 Subject: [PATCH] Back out some minor things (mostly comments) that shouldn't have made it in (yet?) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12109 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 51b37976..86da570e 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -141,7 +141,7 @@ if ($date_format != 6) { } $clk = str_replace(' ',' ',$clk); -//FIXME don't build HTML here - do it in template; after this is fixed BE SURE to remove the FALSE from the assign() call for $clock below! +//FIXME don't build HTML here - do it in template $clock = '' . str_replace(' ', ' ', _("Last Refresh")) . ":
$clk

\n"; -- 2.25.1