This website works better with JavaScript.
Home
Help
Sign In
ESIR
/
KiWi-Calendar
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed TODO
master
n0m1s
10 years ago
parent
2d9338df9c
commit
aaf3a50a5c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
addEvent.php
+ 0
- 1
addEvent.php
View File
@ -105,7 +105,6 @@ else
$cats
=
getCategoriesNames
(
$db
);
foreach
(
$cats
as
$cat
)
{
//TODO: default checked
?>
<
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'
:
''
;
?>
/>
Write
Preview
Loading…
Cancel
Save