Browse Source

updated checkboxes names

master
n0m1s 10 years ago
parent
commit
0d4f961059
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addEvent.php

+ 1
- 1
addEvent.php View File

@ -41,7 +41,7 @@ $db = connect();
{ {
?> ?>
<div class="categorie_grp"> <div class="categorie_grp">
<input type="checkbox" name="categories" id="checkbox-cat-<?php echo $cat[0]; ?>" value="<?php echo $cat[0]; ?>" />
<input type="checkbox" name="checkbox-cat-<?php echo $cat[0]; ?>" id="checkbox-cat-<?php echo $cat[0]; ?>"/>
<label for="checkbox-cat-<?php echo $cat[0]; ?>"><?php echo htmlentities($cat[1]); ?></label> <label for="checkbox-cat-<?php echo $cat[0]; ?>"><?php echo htmlentities($cat[1]); ?></label>
</div> </div>
<?php <?php


Loading…
Cancel
Save