| 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 |
| 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 |
|
|