On Fri, Jan 8, 2010 at 12:17 AM, Patrick Provinciael <[email protected]> wrote: > I want to use the include directive and send some variables to it. However, > I am unable to send variables that contain spaces. Is there any way around > this problem?
Variable names do not contain spaces. This is by design. It would involve significant changes to core to enable spaces in variable names. Try using "camel case" (ThisIsAValue) or underlines (this_is_a_value) instead of spaces. -Peter _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
