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

Diff of /contributions/modules/ddblock/ddblock.module

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

revision 1.2, Sun Aug 31 04:37:11 2008 UTC revision 1.3, Mon Sep 1 06:11:43 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ddblock.module,v 1.1 2008/08/11 05:59:37 ppblaauw Exp $  // $Id: ddblock.module,v 1.2 2008/08/31 04:37:11 ppblaauw Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1161  function ddblock_set_configuration_setti Line 1161  function ddblock_set_configuration_setti
1161    
1162    // set pager to number_pager if input type is not images and image pager.    // set pager to number_pager if input type is not images and image pager.
1163    if (($configuration_settings['input_type'] <> 'images') &&    if (($configuration_settings['input_type'] <> 'images') &&
1164        ($configuration_settings['pager'] = 'image-pager')) {        ($configuration_settings['pager'] == 'image-pager')) {
1165      $configuration_settings['pager'] = 'number-pager';      $configuration_settings['pager'] = 'number-pager';
1166    }    }
1167    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2