Need to escape $oldway in the print statement.
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Oct 2003 16:41:16 +0000 (16:41 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Oct 2003 16:41:16 +0000 (16:41 +0000)
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

index 0c6731f0ceb562e3619d436976c6780100ee656e..80ef08a517761803e4c6d051ff184ea41cb21d03 100755 (executable)
@@ -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";