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

Diff of /contributions/modules/messenger/messenger.install

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

revision 1.6, Wed Feb 27 08:07:04 2008 UTC revision 1.7, Tue Mar 18 09:43:17 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: messenger.install,v 1.5 2008/02/20 09:08:15 vrencianz Exp $  // $Id: messenger.install,v 1.6 2008/02/27 08:07:04 vrencianz Exp $
3    
4  /**  /**
5  * Implementation of hook_schema().  * Implementation of hook_schema().
# Line 84  function messenger_update_6005() { Line 84  function messenger_update_6005() {
84    
85    return $ret;    return $ret;
86  }  }
87    
88    function messenger_update_6006() {
89      $ret = array();
90    
91      db_query('UPDATE {blocks} SET cache=-1 WHERE module=\'messenger\'');
92    
93      return $ret;
94    }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2