/[drupal]/contributions/modules/seo_checklist/seochecklist.module
ViewVC logotype

Diff of /contributions/modules/seo_checklist/seochecklist.module

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

revision 1.9, Thu Oct 29 00:01:19 2009 UTC revision 1.10, Thu Oct 29 01:51:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: seochecklist.module,v 1.8 2009/10/22 20:09:32 davereid Exp $  // $Id: seochecklist.module,v 1.9 2009/10/29 00:01:19 davereid Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 60  function seochecklist_form_seochecklist_ Line 60  function seochecklist_form_seochecklist_
60      drupal_set_message(t('Your SEO Checklist interface will be greatly enhanced by installing the <a href="@vertical-tabs">Vertical Tabs module</a>.', array('@vertical-tabs' => 'http://drupal.org/project/vertical_tabs')), 'status', FALSE);      drupal_set_message(t('Your SEO Checklist interface will be greatly enhanced by installing the <a href="@vertical-tabs">Vertical Tabs module</a>.', array('@vertical-tabs' => 'http://drupal.org/project/vertical_tabs')), 'status', FALSE);
61    }    }
62  }  }
63    
64    function seochecklist_get_book_references($tid) {
65      $references = array(
66        1 => 59,
67        39 => 59,
68        2 => 68,
69        6 => 83,
70        5 => 72,
71        7 => 20,
72        9 => 23,
73        10 => 22,
74        11 => 22,
75        12 => 23,
76        13 => 26,
77        15 => 96,
78        16 => 182,
79        17 => 201,
80        18 => 18,
81        19 => 148,
82        21 => 109,
83        46 => 125,
84        24 => 118,
85        40 => 205,
86        39 => 205,
87      );
88    
89      return isset($references[$tid]) ? $references[$tid] : NULL;
90    }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2