Project

General

Profile

« Previous | Next » 

Revision 983

Added by Matthias almost 15 years ago

fixed small typo introduced in changeset [982]

View differences:

modify_settings.php
135 135
		</tr>
136 136
		<tr>
137 137
			<td class="setting_name"><?php echo $TEXT['CAPTCHA_VERIFICATION']; ?>:</td>
138
			<td >
138
			<td>
139 139
				<input type="radio" name="use_captcha" id="use_captcha_true" value="1"<?php if($fetch_content['use_captcha'] == true) { echo ' checked'; } ?> />
140 140
				<label for="use_captcha_true"><?php echo $TEXT['ENABLED']; ?></label>
141 141
				<input type="radio" name="use_captcha" id="use_captcha_false" value="0"<?php if($fetch_content['use_captcha'] == false) { echo ' checked'; } ?> />

Also available in: Unified diff