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

Diff of /contributions/modules/messenger/messenger.module

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

revision 1.14, Wed Feb 27 08:07:04 2008 UTC revision 1.15, Mon Mar 17 15:38:02 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: messenger.module,v 1.13 2008/02/15 20:23:22 vrencianz Exp $  // $Id: messenger.module,v 1.14 2008/02/27 08:07:04 vrencianz Exp $
3    
4  /**  /**
5    A Drupal messenger module (http://Drupal.org).    A Drupal messenger module (http://Drupal.org).
# Line 519  function messenger_block($op = 'list', $ Line 519  function messenger_block($op = 'list', $
519    
520    if($op == 'list') {    if($op == 'list') {
521      $block['0']['info'] = t('Messenger');      $block['0']['info'] = t('Messenger');
522        $block['0']['cache'] = BLOCK_NO_CACHE;
523    
524      return $block;      return $block;
525    }    }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2