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

Diff of /contributions/modules/quiz/quiz.module

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

revision 1.134, Wed Jan 9 04:12:03 2008 UTC revision 1.134.2.1, Tue Jun 17 03:31:26 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: quiz.module,v 1.133 2008/01/04 07:41:35 westwesterson Exp $ */  /* $Id: quiz.module,v 1.134 2008/01/09 04:12:03 westwesterson Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 1642  function quiz_questions_form() { Line 1642  function quiz_questions_form() {
1642    $form['new_revision'] = array(    $form['new_revision'] = array(
1643      '#type' => 'checkbox',      '#type' => 'checkbox',
1644      '#default_value' => in_array('revision', variable_get('node_options_quiz', array())),      '#default_value' => in_array('revision', variable_get('node_options_quiz', array())),
1645      '#title' => 'New Revision',      '#title' => t('New Revision'),
1646      '#description' => t('Allow question status changes to create a new revision of the quiz?'),      '#description' => t('Allow question status changes to create a new revision of the quiz?'),
1647    );    );
1648    

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.134.2.1

  ViewVC Help
Powered by ViewVC 1.1.2