/[drupal]/drupal/modules/node.module
ViewVC logotype

Diff of /drupal/modules/node.module

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

revision 1.641.2.28, Mon Jan 1 18:28:34 2007 UTC revision 1.641.2.29, Mon Jan 1 22:16:11 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: node.module,v 1.641.2.27 2006/12/21 23:47:33 killes Exp $  // $Id: node.module,v 1.641.2.28 2007/01/01 18:28:34 killes Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 256  function node_get_name($node) { Line 256  function node_get_name($node) {
256  /**  /**
257   * Return the list of available node types.   * Return the list of available node types.
258   *   *
  * @param $node  
  *   Either a node object, a node array, or a string containing the node type.  
259   * @return   * @return
260   *   An array consisting ('#type' => name) pairs.   *   An array consisting ('#type' => name) pairs.
261   */   */

Legend:
Removed from v.1.641.2.28  
changed lines
  Added in v.1.641.2.29

  ViewVC Help
Powered by ViewVC 1.1.2