浏览代码

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.

tassium 22 年之前
父节点
当前提交
d73be26326
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/conf.pl

+ 1 - 1
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";