Hello Lukas,

Do you have some advice what to do with embeded inst vars of PRLink(s),  1.2 expects them to be bools while my 1.1 contains arrays, sometimes non empty.

Davorin Rusevljan

On Apr 23, 2011 10:35 AM, "Davorin Rusevljan" <davorin.rusevljan@gmail.com> wrote:

On Sat, Apr 23, 2011 at 8:48 AM, Lukas Renggli <renggli@gmail.com> wrote:
> Strange that your groups...

That moved me one step further.

Next obstacle is PRInternalLink which in embeded inst var has empty
Array, while and this array gets returned by isEmbeded, and then gets
used as boolean in some block.

Did semantics of embeded inst var changed from 1.1 to 1.2? (and what
are they now :)

Maybe I could alter all instances of PRLink that have empty arrays as
embeded to be set to false, and other ones to true, but I do not know
if this is going to break something else since original embeded
informaton would be lost.

Thanks,

Davorin

Thanks



>
> There might be other problems like this. And don't forget to check
> your permissions afterwar...