[pmwiki-users] include problems with newer version

JB jbit at bitlink.com
Sun Jun 3 23:21:21 CDT 2007


My includes worked since I created a wiki over a year ago

     (:include TableDef.Begin                                  :)
     (:include TableDef.Headers #Number         #NumberEnd     :)
     (:include TableDef.Headers #Wand           #WandEnd       :)
     (:include TableDef.Headers #Spell          #SpellEnd      :)
     (:include TableDef.Headers #Type           #TypeEnd       :)
     (:include TableDef.Headers #AllowedClasses #AllowedClasses:)
     (:include TableDef.Headers #UseLevel       #UseLevelEnd   :)
     (:include TableDef.Headers #Dimensions     #Dimensions    :)

It stopped working about at beta52 or 53 I think.
I was surprised thinking they all failed but found that two of
the lines above still do work - AllowedClasses and Dimensions.

I can modify the code to get rid of the spaces and it works:

     (:include TableDef.Begin                                  :)
     (:include TableDef.Headers #Number#NumberEnd              :)
     (:include TableDef.Headers #Wand#WandEnd                  :)
     (:include TableDef.Headers #Spell#SpellEnd                :)
     (:include TableDef.Headers #Type#TypeEnd                  :)
     (:include TableDef.Headers #AllowedClasses #AllowedClasses:)
     (:include TableDef.Headers #UseLevel#UseLevelEnd          :)
     (:include TableDef.Headers #Dimensions     #Dimensions    :)

Can you please fix it so I do not have to change the all my
includes?  I have a LOT of includes!  I mean a TON of includes.
Probably close to 404 billion includes, well, OK, I did not count,
but it would take me a lot of work to change all my code.  Can you
please fix this?





More information about the pmwiki-users mailing list