diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-01-09 22:42:23 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-01-09 22:42:23 +0000 |
| commit | 607e37e4c2ad5d345574440eab493bb06e680797 (patch) | |
| tree | 0e93215cc22ee2c478b55fdf45f326543571119c | |
| parent | 9cc40d4467f42e95764ee256b9e759d51c982e29 (diff) | |
| download | webtrees-607e37e4c2ad5d345574440eab493bb06e680797.tar.gz webtrees-607e37e4c2ad5d345574440eab493bb06e680797.tar.bz2 webtrees-607e37e4c2ad5d345574440eab493bb06e680797.zip | |
Batch update - last-change option not sticking
| -rw-r--r-- | modules_v3/batch_update/admin_batch_update.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules_v3/batch_update/admin_batch_update.php b/modules_v3/batch_update/admin_batch_update.php index c9d404e649..b405ba484b 100644 --- a/modules_v3/batch_update/admin_batch_update.php +++ b/modules_v3/batch_update/admin_batch_update.php @@ -338,8 +338,8 @@ class base_plugin { return '<tr><th>'.WT_I18N::translate('Do not update the “last change” record').'</th>'. '<td><select name="chan" onchange="this.form.submit();">'. - '<option value="yes"' . ($this->chan ? '' : ' selected="selected"') . '>'.WT_I18N::translate('yes') .'</option>'. - '<option value="no"' . ($this->chan ? ' selected="selected"' : '') . '>'.WT_I18N::translate('no').'</option>'. + '<option value="0"' . ($this->chan ? '' : ' selected="selected"') . '>'.WT_I18N::translate('yes') .'</option>'. + '<option value="1"' . ($this->chan ? ' selected="selected"' : '') . '>'.WT_I18N::translate('no').'</option>'. '</select></td></tr>'; } |
