From f4b91fcf62b30a93eb659072d9d687a553aa0d27 Mon Sep 17 00:00:00 2001 From: tassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0> Date: Thu, 16 Oct 2003 16:41:16 +0000 Subject: [PATCH] Need to escape $oldway in the print statement. I _really_ do not like the name and description on this one; it confuses me and I know what it does. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5942 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index 0c6731f0..80ef08a5 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2801,7 +2801,7 @@ sub commandB1 { } # Oldway sub commandB2 { - print "Setting $oldway to false causes left_main.php to use the new\n"; + print "Setting \$oldway to false causes left_main.php to use the new\n"; print "experimental way of getting the mailbox-tree.\n"; print "\n"; -- 2.25.1