Skip to content

Commit

Permalink
raised WACKO_VERSION to 6.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vendeeglobe committed Jun 20, 2022
1 parent b29d7c6 commit e3132cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/admin/module/config_basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function admin_config_basic(&$engine, &$module)
</td>
<td>
<input type="radio" id="export_handler_on" name="export_handler" value="1"<?php echo ($engine->db->export_handler == 1 ? ' checked' : '');?>><label for="export_handler_on"><?php echo $engine->_t('On');?></label>
<input type="radio" id="export_handler_guest" name="export_handler" value="2"<?php echo ($engine->db->export_handler == 2 ? ' checked' : '');?>><label for="export_handler_guest"><?php echo $engine->_t('Registered');?></label>
<input type="radio" id="export_handler_user" name="export_handler" value="2"<?php echo ($engine->db->export_handler == 2 ? ' checked' : '');?>><label for="export_handler_user"><?php echo $engine->_t('Registered');?></label>
<input type="radio" id="export_handler_off" name="export_handler" value="0"<?php echo ($engine->db->export_handler == 0 ? ' checked' : '');?>><label for="export_handler_off"><?php echo $engine->_t('Off');?></label>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER';

// Do not change these three lines, PLEASE-PLEASE. In fact, don't change anything! Ever!
const WACKO_VERSION = '6.1.10';
const WACKO_VERSION = '6.1.11';
const HTML_ENTITIES_CHARSET = 'UTF-8';
const XML_HTMLSAX3 = 'lib/HTMLSax3/';

Expand Down

0 comments on commit e3132cd

Please sign in to comment.