diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/duplicates.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/duplicates.php b/lib/duplicates.php index 58b5a2e5..93e082d9 100644 --- a/lib/duplicates.php +++ b/lib/duplicates.php @@ -82,7 +82,7 @@ function show_duplicate_searchbox($search_type) { <tr class="even"> <td><?php echo _("Search Type"); ?>:</td> <td> - <? + <?php if ($search_type=="title") $checked = "checked=\"checked\""; @@ -113,6 +113,6 @@ function show_duplicate_searchbox($search_type) { </table> </form> <br /> -<? +<?php } // show_duplicate_searchbox ?> |