Hi

--On 11.07.2002 17:28:41 +0200 Andreas Schultz wrote:

> mgd_eval("?>".mgd_template($style[style_header])."<?",$style[style_head
> er]); 

Well, eval is defined like PHP's eval function:

  http://www.php.net/manual/en/function.eval.php
  ==> mixed eval ( string code_str)

It was never meant to be used in any other way. Also, be aware that
mgd_template is an internal function of Midgard which is not guranteed to
keep the same API over time.

Please stick to the official set of functions if you want to avoid
trouble like this.


Live long and prosper!
Torben Nehmer

--
Torben Nehmer, Munich, Germany
http://www.nathan-syntronics.de, mailto:[EMAIL PROTECTED]
PGP Public Key ID on wwwkeys.(de.)pgp.net: 0x7E9DE456

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

Reply via email to