drupal: set day chart as default, part II

This commit is contained in:
flukso 2010-07-22 08:42:36 +00:00
parent 18e3850145
commit 7450983794
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ function logger_menu() {
$items['logger/water'] = array(
'title' => 'water',
'page callback' => '_logger_dashboard',
'page arguments' => array('water', 'main', 'hour'),
'page arguments' => array('water', 'main', 'day'),
'access callback' => TRUE,
'type' => MENU_LOCAL_TASK,
);