Hi Martin, On Friday, June 22, 2007 10:48 AM, Martin Bartosch wrote
> Hi, > > > It looks like there is a need to put > > > > use DateTime; > > > > somewhere in > > > > > > ..../OpenXPKI-Client-HTML-Mason/htdocs/service/workflow/activity/ > > change_crr_ > > invalidity_time.html > > > > I just do not know where is the proper place for it : > > in <%init> or in <%once> block. > > <%once> is loaded when the component is first instantiated in the > Apache worker, where <%init> gets called on each request. So the once > block would be the right one to include modules. Thank you, Martin. Then I will fix it. I was confused with some comments in ...../service/api/cert_list.html : <%once> ## FIXME: This is a damaged wrapper. ## FIXME: The wrapper should encapsulate the complete module. use OpenXPKI::DateTime; use DateTime; </%once> But it seems to be not about 'use' but about something else... Best Regards, Petr Grigoriev ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ OpenXPKI-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
