/[drupal]/contributions/modules/safehtml/safehtml.install
ViewVC logotype

Contents of /contributions/modules/safehtml/safehtml.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Tue Aug 11 17:32:33 2009 UTC (3 months, 2 weeks ago) by claudiucristea
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
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