Need to escape $oldway in the print statement.
[squirrelmail.git] / 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";