[geeklog-devel] PLG_uninstall
Joe Mucchiello
joe at throwingdice.com
Mon Feb 11 19:06:42 EST 2008
This code is only called if the plugin in question does not use the
new autouninstall function.
if ($retval === true) {
$plg = array_search ($type, $_PLUGINS);
if ($plg !== false) {
unset ($_PLUGINS[$plg]);
}
return true;
}
}
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com
More information about the geeklog-devel
mailing list