/[drupal]/contributions/modules/topichubs/plugins/topichubs_most_recent/topichubs_most_recent.install
ViewVC logotype

Diff of /contributions/modules/topichubs/plugins/topichubs_most_recent/topichubs_most_recent.install

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

revision 1.1, Tue Mar 3 23:51:06 2009 UTC revision 1.1.2.1, Wed Sep 2 12:00:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  function topichubs_most_recent_install() {  function topichubs_most_recent_install() {
4    // set weigth to higher than the views module    // set weigth to higher than the views module
5    db_query("UPDATE {system} SET weight = 11 WHERE name = 'topichubs_most_recent'");    db_query("UPDATE {system} SET weight = 11 WHERE name = 'topichubs_most_recent'");
6  }  }
7    
8  function topichubs_most_recent_update_6000() {  function topichubs_most_recent_update_6000() {
9    $ret = array();    $ret = array();
10    $ret[] = update_sql("UPDATE {system} SET weight = 11 WHERE name = 'topichubs_most_recent'");    $ret[] = update_sql("UPDATE {system} SET weight = 11 WHERE name = 'topichubs_most_recent'");
11    return $ret;    return $ret;
12  }  }
13    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2