Fix problem with euro symbol and check if the date is valid

This commit is contained in:
Dany De Bontridder 2008-12-18 22:06:27 +00:00
parent 91e8cb7cd2
commit 092d51ff0d
2 changed files with 12 additions and 4 deletions

View file

@ -66,6 +66,7 @@ if ( isset($_REQUEST['save_todo_list'])) {
$add_todo->save();
}
$todo=new Todo_List($cn);
$array=$todo->load_all();
echo '<div style="float:left;width:40%">';
echo '<fieldset> <legend>Liste des tâches</legend>';
@ -98,7 +99,7 @@ $nb++;
$row['tl_date'].
'</td>'.
'<td>'.
$row['tl_title'].
htmlspecialchars($row['tl_title']).
'</td>'.
'<td>'.
widget::button('mod','M','onClick="todo_list_show('.$row['tl_id'].')"').