ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / torrentflux / profile.patch
blobab1cb649a704d400268f5c3a7d59fad266f5cad2
1 diff -ur torrentflux.old/html/profile.php torrentflux/html/profile.php
2 --- torrentflux.old/html/profile.php 2008-05-28 20:50:04.000000000 -0300
3 +++ torrentflux/html/profile.php 2008-08-07 16:58:31.000000000 -0300
4 @@ -387,11 +387,11 @@
5 ?>
6 <tr>
7 <td>
8 - <a href="?op=deleteCookie&cid=<?php echo $cookie["cid"];?>"><img src="images/delete_on.gif" width=16 height=16 border=0 title="<?php echo _DELETE . " " . $cookie["host"]; ?>" align="absmiddle"></a>
9 - <a href="?op=editCookies&cid=<?php echo $cookie["cid"];?>"><img src="images/properties.png" width=18 height=13 border=0 title="<?php echo _EDIT . " " . $cookie["host"]; ?>" align="absmiddle"></a>
10 + <a href="?op=deleteCookie&cid=<?php echo $cookie[0];?>"><img src="images/delete_on.gif" width=16 height=16 border=0 title="<?php echo _DELETE . " " . $cookie[1]; ?>" align="absmiddle"></a>
11 + <a href="?op=editCookies&cid=<?php echo $cookie[0];?>"><img src="images/properties.png" width=18 height=13 border=0 title="<?php echo _EDIT . " " . $cookie[1]; ?>" align="absmiddle"></a>
12 </td>
13 - <td><?php echo $cookie["host"];?></td>
14 - <td><?php echo $cookie["data"];?></td>
15 + <td><?php echo $cookie[1];?></td>
16 + <td><?php echo $cookie[2];?></td>
17 </tr>
18 <?php