materio-base-legacy/simplemenu.install
The Great Git Migration a19cf5aae0 Stripping CVS keywords
2011-02-25 02:07:04 +00:00

12 lines
213 B
PHP

<?php
/**
* Get rid of the variables used by simple menu.
*/
function simplemenu_uninstall() {
// XXX
//db_query("DELETE FROM {variable} WHERE name LIKE 'simplemenu_%'");
}
// vim: ts=2 sw=2 et syntax=php