Hi,
please fix this SIMPLE Bug:
in modules/tasks/ae_desc.php Line 12:
<input type="hidden" name="task_id" value="<?php echo $task_id; ?>" />
The fix ist only the "/>" at the end of the line.
The is the "/>" missing, this causes the variable task_id to be undefined, which is very nasty!, because everything is connected to task_id=0!
Thy
Harvey