Parent Directory
|
Revision Log
|
Revision Graph
Merging to head
| 1 | <?php |
| 2 | // $Id: safehtml.install,v 1.1.4.1 2009/08/11 15:17:25 claudiucristea Exp $ |
| 3 | |
| 4 | function safehtml_uninstall() { |
| 5 | db_query("DELETE FROM {variable} WHERE name LIKE 'safehtml_custom_code_%'"); |
| 6 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |