summaryrefslogtreecommitdiffstats
path: root/lib/duplicates.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-08 14:47:54 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-08 14:47:54 +0000
commit23fdc1659cf38e895e76a4f0b4767221db464bfa (patch)
tree39ea94b23744344e4552add3c5dc1cad4b8f4c4a /lib/duplicates.php
parentb9561f3f7a17a45dbb64125964fa6337afe0debc (diff)
downloadampache-23fdc1659cf38e895e76a4f0b4767221db464bfa.tar.gz
ampache-23fdc1659cf38e895e76a4f0b4767221db464bfa.tar.bz2
ampache-23fdc1659cf38e895e76a4f0b4767221db464bfa.zip
forgot one lib
Diffstat (limited to 'lib/duplicates.php')
-rw-r--r--lib/duplicates.php4
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
?>