Menu

#37 attachment deletion 1.2.3-beta

v_1.2.x
open
nobody
5
2006-04-20
2006-04-20
Anonymous
No

a small bug preventing deletion of attachments in tasks
in file taskdetails.php

near line 193
<form method="post" name="form3" action="taskdetails.php>
should be
<form method="post" name="form3"
action="index.php?content=taskdetails.php&taskid=<?PHP
echo $taskInst->id?>">

Discussion


Log in to post a comment.