Hello! We have now 3 predefined elements: code-compat, code-global, code-init.
I'm not sure about reasons why there isn't 4th - something like code-finish. (May be someone could explain it to me?) But it may be very useful sometimes for common finish code (DB disconnecting and so on). Here is _very_ small patch for midgard-root.php. Looks like it's working. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= --- midgard-root.php.orig Mon May 6 16:38:44 2002 +++ midgard-root.php Mon May 6 16:42:18 2002 @@ -36,3 +36,4 @@ <[code-global]> <[code-init]> <[ROOT]> +<[code-finish]> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- Regards, Sergei Dolmatov. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
