On Mon, Mar 10, 2008 at 05:04:28PM +0100, Peter & Melodye Bowers wrote: > I was trying to run a function (not just define it but actually run it) at > the time my recipe is being loaded via include_once() from config.php. My > function required scripts/markupexpr.php to be loaded and apparently > config.php gets loaded ahead of that. Is there any way to get a recipe > loaded later on during the initialization process?
Simply load scripts/markupexpr.php directly as part of your recipe or local customization. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
