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

Diff of /contributions/modules/nodeprofile/nodeprofile.module

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

revision 1.7.2.32, Thu Jan 3 21:32:56 2008 UTC revision 1.7.2.33, Mon Feb 4 11:29:32 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodeprofile.module,v 1.7.2.31 2007/12/14 10:53:22 fago Exp $  // $Id: nodeprofile.module,v 1.7.2.32 2008/01/03 21:32:56 fago Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 11  if (module_exists('workflow_ng')) { Line 11  if (module_exists('workflow_ng')) {
11    include_once drupal_get_path('module', 'nodeprofile') .'/nodeprofile_workflow_ng.inc';    include_once drupal_get_path('module', 'nodeprofile') .'/nodeprofile_workflow_ng.inc';
12  }  }
13    
14    // panels module support.
15    if (module_exists('panels')) {
16      include_once drupal_get_path('module', 'nodeprofile') .'/nodeprofile_panels.inc';
17    }
18    
19  /**  /**
20   * Implementation of hook_menu().   * Implementation of hook_menu().
21   */   */

Legend:
Removed from v.1.7.2.32  
changed lines
  Added in v.1.7.2.33

  ViewVC Help
Powered by ViewVC 1.1.2