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

Diff of /contributions/modules/iedestroyer/iedestroyer.install

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

revision 1.1.2.2, Sun Jul 27 20:03:53 2008 UTC revision 1.1.2.3, Sun Jul 27 20:09:15 2008 UTC
# Line 11  function iedestroyer_install() { Line 11  function iedestroyer_install() {
11   */   */
12  function iedestroyer_uninstall() {  function iedestroyer_uninstall() {
13    //Delete variables    //Delete variables
14    db_query("DELETE FROM {variable} WHERE name LIKE 'vocabindex_%'");    db_query("DELETE FROM {variable} WHERE name LIKE 'iedestroyer_%'");
15    cache_clear_all('variables', 'cache');    cache_clear_all('variables', 'cache');
16  }  }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2