ソースを参照

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
 # Oldway
 sub commandB2 {
 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 "experimental way of getting the mailbox-tree.\n";
     print "\n";
     print "\n";