> The code was heavily inspired by the hklc_menu stuff (which is also not 
> working), i'm using a modified version of that code for my menu.


" Summary:              Extended variable syntax incompatible with assoc. arrays
Description: 
The well-known &(foo.bar); syntax for associative array values is now
deprecated and does not work any more. The replacement, &(foo[bar]);,
however, results in a PHP parser warning because the array key is an
unquoted string and could also refer to a constant. The obvious solution,
&(foo['bar']);, is not recognized by Midgard.
So, Midgard should either expand &(foo['bar']); expressions correctly or
provide some other, <b>easy</b> way to replace the deprecated
functionality. "


Funny thing, I can not find on list archive and even on bugs.midgard-project.org
And this bug is closed....

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to