Sunday, September 7, 2008

v7.50.0019 - 2008-09-07 12:57

  • ! Scripting: Variable assigment using the equal-operator did not work without a blank between the variable and the equal-operator. Now it does. All are identical:
      ::$a="b";
      ::$a = "b";
      ::$a = "b";