/[drupal]/contributions/modules/adsense/cse/adsense_cse.module
ViewVC logotype

Diff of /contributions/modules/adsense/cse/adsense_cse.module

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

revision 1.11, Tue Feb 10 01:35:36 2009 UTC revision 1.12, Fri Jul 3 12:06:02 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: adsense_cse.module,v 1.10 2009/01/26 20:25:19 jcnventura Exp $  // $Id: adsense_cse.module,v 1.11 2009/02/10 01:35:36 jcnventura Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 54  function adsense_cse_menu() { Line 54  function adsense_cse_menu() {
54   * Implementation of hook_block().   * Implementation of hook_block().
55   */   */
56  function adsense_cse_block($op = 'list', $delta = 0, $edit = array()) {  function adsense_cse_block($op = 'list', $delta = 0, $edit = array()) {
57      $block = NULL;
58    
59    switch ($op) {    switch ($op) {
60      case 'list':      case 'list':
61        $max = variable_get('adsense_cse_number_blocks', ADSENSE_CSE_NUMBER_BLOCKS_DEFAULT);        $max = variable_get('adsense_cse_number_blocks', ADSENSE_CSE_NUMBER_BLOCKS_DEFAULT);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.2