Browse Source

removed TODO

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

+ 0
- 1
addEvent.php View File

@ -105,7 +105,6 @@ else
$cats = getCategoriesNames($db); $cats = getCategoriesNames($db);
foreach ($cats as $cat) foreach ($cats as $cat)
{ {
//TODO: default checked
?> ?>
<div class="categorie_grp"> <div class="categorie_grp">
<input type="checkbox" name="checkbox-cat-<?php echo $cat[0]; ?>" id="checkbox-cat-<?php echo $cat[0]; ?>" <?php echo (in_array($cat[0], $defaults['categories']))? 'checked' : '';?> /> <input type="checkbox" name="checkbox-cat-<?php echo $cat[0]; ?>" id="checkbox-cat-<?php echo $cat[0]; ?>" <?php echo (in_array($cat[0], $defaults['categories']))? 'checked' : '';?> />


Loading…
Cancel
Save