summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 8aaefa72..cbfd701a 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -856,7 +856,7 @@
'&active='.$one_media['active'];
$media_table->AddRow(array(
- new CCheckBox('user_medias_to_del[]',null,null,$id),
+ new CCheckBox('user_medias_to_del['.$id.']',null,null,$id),
new CSpan($media_types[$one_media['mediatypeid']], 'nowrap'),
new CSpan($one_media['sendto'], 'nowrap'),
new CSpan($one_media['period'], 'nowrap'),