[ewiki] Re: ewiki.php changes $ewiki_data

> I noticed that you added a workworound with $ewiki_data but was
> wondering why ewiki_page_view now imports it?

Actually just for debugging, obviously it's not necessary there (but
doesn't hurt it on the other hand).

The $ewiki_data problem itself seems to boil down to, that PHP does
not really provide local variable name spaces, and that
"global $ewiki_data" just creates a reference - which prevented setting
it with the $data array read from the db.

mario

Other related posts: