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. cheers Martin ------------------------------------------------------------------------- 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
