Petko Yotov writes:
You can test if (function_exists('PCCF')) {...} else {...}
Sorry, that is more like this:
if (! function_exists('PCCF')) {
function PCCF(...) {...}
}
Or, you can write your own function that creates callbacks and not rely on
the PmWiki version.
lambda functions (closires)
Typo: that is "closures", not "closires". :-/ Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
