/[drupal]/contributions/modules/dashboard/dashboard.defaults.inc
ViewVC logotype

Diff of /contributions/modules/dashboard/dashboard.defaults.inc

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

revision 1.5, Tue Sep 1 15:03:31 2009 UTC revision 1.6, Fri Sep 4 11:19:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: dashboard.defaults.inc,v 1.4 2009/04/13 19:40:03 agentken Exp $  // $Id: dashboard.defaults.inc,v 1.5 2009/09/01 15:03:31 drumm Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 10  Line 10 
10  function dashboard_defaults($uid) {  function dashboard_defaults($uid) {
11    $page = array(    $page = array(
12      'uid' => $uid,      'uid' => $uid,
13      'path' => '',      'path' => 'dashboard',
14      'weight' => 0,      'weight' => 0,
15      'title' => 'Dashboard',      'title' => 'Dashboard',
16    );    );

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2