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

Diff of /contributions/modules/bandwidth/bandwidth.module

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

revision 1.1, Fri Oct 24 20:40:01 2008 UTC revision 1.2, Thu Oct 30 17:55:27 2008 UTC
# Line 175  function bandwidth_init() Line 175  function bandwidth_init()
175    }    }
176  }  }
177    
178    function bandwidth_install()
179    {
180      db_query("UPDATE {system} SET weight = -10 WHERE name = 'bandwidth' AND type = 'module'");
181    }
182    
183  function bandwidth_menu()  function bandwidth_menu()
184  {  {
185    $items['bandwidth'] = array(    $items['bandwidth'] = array(

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

  ViewVC Help
Powered by ViewVC 1.1.2