Explorar el Código

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 hace 22 años
padre
commit
d73be26326
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";