Spelling (thanks to nobody for noticing)

No bug, not part of build
This commit is contained in:
robert%accettura.com 2005-02-07 15:16:39 +00:00
Родитель 3f8d9d3dd9
Коммит ade0d2bff8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -130,7 +130,7 @@ include($config['app_path'].'/includes/message.inc.php');
<td><input id="show" name="show" value="<?php if ($_GET['show']){ print $_GET['show']; } else { ?>25<?php } ?>" onfocus="if(this.value=='YYYY-MM-DD'){this.value=''}" type="text"></td>
</tr>
<tr>
<td class="label"><label for="count">Get Agregate:</label></td>
<td class="label"><label for="count">Get Aggregate:</label></td>
<td><input type="checkbox" id="count" name="count" <?php if ($_GET['count']){ ?>checked="checked" <?PHP } ?>></td>
</tr>
</table>