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

Diff of /contributions/modules/slideshowcs/slideshowcs.module

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

revision 1.1.2.6.2.3, Fri Jan 2 12:22:59 2009 UTC revision 1.1.2.6.2.4, Mon Jan 5 15:25:41 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: slideshowcs.module,v 1.1.2.6.2.2 2008/12/26 12:59:20 davebv Exp $  // $Id: slideshowcs.module,v 1.1.2.6.2.3 2009/01/02 12:22:59 davebv Exp $
3    
4  /**  /**
5    * @file    * @file
# Line 55  function slideshowcs_block($op = 'list', Line 55  function slideshowcs_block($op = 'list',
55    
56          $blocks[$i] = array(          $blocks[$i] = array(
57            'info'       => t('Slideshow CS block '.($i+1)),            'info'       => t('Slideshow CS block '.($i+1)),
58            'cache'      => BLOCK_NO_CACHE ;            'cache'      => BLOCK_NO_CACHE ,
59          );          );
60        }        }
61        return $blocks;        return $blocks;

Legend:
Removed from v.1.1.2.6.2.3  
changed lines
  Added in v.1.1.2.6.2.4

  ViewVC Help
Powered by ViewVC 1.1.2