Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of HEAD. Lucid menu is a highly customizable javascript menu which replaces the current menus with new ones.
| 1 | <?php |
| 2 | function lucid_menu_uninstall() |
| 3 | { |
| 4 | $lucid_variables = db_query("SELECT name FROM {variable} WHERE name like 'lucid_%'"); |
| 5 | |
| 6 | while ($row = db_fetch_object($lucid_variables)) |
| 7 | variable_del($row->name); |
| 8 | } |
| 9 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |