summaryrefslogtreecommitdiffstats
path: root/templates/show_flagged.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-02-16 00:05:09 +0000
committerpb1dft <pb1dft@ampache>2007-02-16 00:05:09 +0000
commit79d6b4b7e407a4bfa5fa2521df107114f082761d (patch)
tree8a7f9e595f61c94853d76c5d11da6780d5406555 /templates/show_flagged.inc.php
parent68917e09f5f47928ca31773a5ee17ad93bc9ab3c (diff)
downloadampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.tar.gz
ampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.tar.bz2
ampache-79d6b4b7e407a4bfa5fa2521df107114f082761d.zip
javascript modification/rss no_session fix/On useradd display right accesslevel(bounty1370)
Diffstat (limited to 'templates/show_flagged.inc.php')
-rw-r--r--templates/show_flagged.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php
index 2324afd2..358ca3dd 100644
--- a/templates/show_flagged.inc.php
+++ b/templates/show_flagged.inc.php
@@ -24,7 +24,7 @@ $web_path = conf('web_path');
<form id="songs" method="post" enctype="multipart/form-data" action="<?php echo conf('web_path'); ?>/admin/flag.php?action=reject_flags">
<table class="tabledata" cellspacing="0" cellpadding="0">
<tr class="table-header">
- <th><a href="#" onclick="check_songs(); return false;"><?php echo _('Select'); ?></a></th>
+ <th><a href="#" onclick="check_select('song'); return false;"><?php echo _('Select'); ?></a></th>
<th><?php echo _('Object'); ?></th>
<th><?php echo _('User'); ?></th>
<th><?php echo _('Flag'); ?></th>