Parent Directory
|
Revision Log
|
Revision Graph
|
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( |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |