/[drupal]/contributions/modules/adsense/old/search/adsense_search.module
ViewVC logotype

Diff of /contributions/modules/adsense/old/search/adsense_search.module

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

revision 1.12, Tue Mar 31 14:41:19 2009 UTC revision 1.13, Fri Jul 3 12:06:02 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: adsense_search.module,v 1.11 2009/01/26 20:25:20 jcnventura Exp $  // $Id: adsense_search.module,v 1.12 2009/03/31 14:41:19 jcnventura Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 65  function adsense_search_menu() { Line 65  function adsense_search_menu() {
65   * Implementation of hook_block().   * Implementation of hook_block().
66   */   */
67  function adsense_search_block($op = 'list', $delta = 0, $edit = array()) {  function adsense_search_block($op = 'list', $delta = 0, $edit = array()) {
68      $block = NULL;
69    
70    switch ($op) {    switch ($op) {
71      case 'list':      case 'list':
72        $max = variable_get('adsense_search_number_blocks', ADSENSE_SEARCH_NUMBER_BLOCKS_DEFAULT);        $max = variable_get('adsense_search_number_blocks', ADSENSE_SEARCH_NUMBER_BLOCKS_DEFAULT);

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

  ViewVC Help
Powered by ViewVC 1.1.2