diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-04-12 19:55:42 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-04-12 19:55:42 +0000 |
| commit | e72a37591be468e3db1a801563092f68aad860dd (patch) | |
| tree | 76f514eec9d73b6790f800670796ee0103db1899 /search.php | |
| parent | fdaa24faa0d543d0161e4ab91d01b26048cdd4b3 (diff) | |
| download | webtrees-e72a37591be468e3db1a801563092f68aad860dd.tar.gz webtrees-e72a37591be468e3db1a801563092f68aad860dd.tar.bz2 webtrees-e72a37591be468e3db1a801563092f68aad860dd.zip | |
#758344 - General Search - INDI's Bug (no results) - svn 11305
Diffstat (limited to 'search.php')
| -rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php index 3c1d201d80..d99ed32532 100644 --- a/search.php +++ b/search.php @@ -133,7 +133,7 @@ if ($ENABLE_AUTOCOMPLETE) require WT_ROOT.'js/autocomplete.js.htm'; <td class="list_value" style="padding: 5px;"> <input type="checkbox"<?php if (isset ($controller->srindi) || !$controller->isPostBack) - echo ' checked="checked" '; ?>value="yes" id="srindi name="srindi" /> + echo ' checked="checked" '; ?>value="yes" id="srindi" name="srindi" /> <label for="srindi"><?php echo WT_I18N::translate('Individuals'); ?></label><br /> <input type="checkbox"<?php if (isset ($controller->srfams)) |
