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

Diff of /contributions/modules/procon/procon.module

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

revision 1.1.2.3, Tue Aug 7 09:24:08 2007 UTC revision 1.1.2.4, Wed Aug 8 09:04:37 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: procon.module,v 1.1.2.2 2007/08/06 22:11:02 fajerstarter Exp $  // $Id: procon.module,v 1.1.2.3 2007/08/07 09:24:08 fajerstarter Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 87  function procon_nodeapi(&$node, $op, $te Line 87  function procon_nodeapi(&$node, $op, $te
87        if ($node->procon_is_enabled && $page == 1 && !variable_get('procon_render_'. $node->type, 0)) {        if ($node->procon_is_enabled && $page == 1 && !variable_get('procon_render_'. $node->type, 0)) {
88          $node->content['arguments'] = array(          $node->content['arguments'] = array(
89            '#value' => procon_render_arguments($node),            '#value' => procon_render_arguments($node),
90            '#weight' => 2,            '#weight' => 3, // 3 seems like high enough for now
91          );          );
92        }        }
93        break;        break;

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2