Torben Nehmer wrote: > Oh, then I have to see this function like a C-Style macro.
Yes. > Am I correct in the assumption, that mgd_eval expects to start in PHP mode? Just the opposite; it expects to start in HTML mode, which is why you'll see nearly all the code start with "<?php", which puts you in PHP mode. > If the parser replaces it with mgd_preparse construct, I'd suggest > putting this Macro back into the active function tree without having to > enable it explicity. This would keep us a point where we can hook in > the Midgard specific eval encaspulation. If we need changes here in the > future, we can just change this macro, and do not procduce problems > like the current one. I don't understand. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
