+0.17.1
+ bugfix: tags were not displayed on "File" page
0.17.0 2009-05-20
new feature: file attachments (by Aaron)
new feature: ability to delete objects (by Aaron)
echo "<tr><th width='50%' class=tdright>Accessed:</th>";
printf("<td class=tdleft>%s</td></tr>", formatTimestamp($file['atime']));
- printTagTRs (makeHref(array('page'=>'files', 'tab'=>'default'))."&");
+ printTagTRs ($file, makeHref(array('page'=>'files', 'tab'=>'default'))."&");
if (!empty ($file['comment']))
{
echo '<tr><th class=slbconf>Comment:</th><td> </td></tr>';