/[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.2, Mon Aug 6 22:11:02 2007 UTC revision 1.1.2.3, Tue Aug 7 09:24:08 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: procon.module,v 1.1.2.1 2007/08/01 20:42:58 fajerstarter Exp $  // $Id: procon.module,v 1.1.2.2 2007/08/06 22:11:02 fajerstarter Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 137  function procon_form_alter($form_id, &$f Line 137  function procon_form_alter($form_id, &$f
137          $form['comment_settings']['procon_is_enabled'] = array(          $form['comment_settings']['procon_is_enabled'] = array(
138            '#type' => 'checkbox',            '#type' => 'checkbox',
139            '#title' => t('Enable Pros and Cons arguments'),            '#title' => t('Enable Pros and Cons arguments'),
140            '#default_value' => isset($form['#node']->procon_is_enabled) ? $form['#node']->procon_is_enabled : variable_get('procon_enabled'. $type, 0),            '#default_value' => isset($form['#node']->procon_is_enabled) ? $form['#node']->procon_is_enabled : variable_get('procon_enabled_'. $type, 0),
141          );          );
142        }        }
143        // Argument node form        // Argument node form

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

  ViewVC Help
Powered by ViewVC 1.1.2