With previous POL core, a function returning something like {gump_layout, gump_data} means that I have a bidimensional array like: { {"page 0", "nodispose", "text 50 50 30 0"}, {"Test page"} }
Now the 2 array are merged togheter this way: { "page 0", "nodispose", "text 50 50 30 0", "Test page" }
It's a feature or a bug?
In first case, I'll have to rewrite a lot of functions...