diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-14 16:15:31 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-14 16:15:31 +0000 |
| commit | 4761d160378b7c8f5a5a84760a2f624d010e69f4 (patch) | |
| tree | b135e8e83fbf8a39d0ba640ac90361dc1056ff92 /modules/clippings/index.php | |
| parent | 9bd0de8f1dffec183e184380bcb24ed28eab7cb0 (diff) | |
| download | webtrees-4761d160378b7c8f5a5a84760a2f624d010e69f4.tar.gz webtrees-4761d160378b7c8f5a5a84760a2f624d010e69f4.tar.bz2 webtrees-4761d160378b7c8f5a5a84760a2f624d010e69f4.zip | |
fix some bugs
Diffstat (limited to 'modules/clippings/index.php')
| -rw-r--r-- | modules/clippings/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/clippings/index.php b/modules/clippings/index.php index 50fa859c53..76ff019884 100644 --- a/modules/clippings/index.php +++ b/modules/clippings/index.php @@ -316,7 +316,7 @@ if ($ct==0) { if ($record) echo '<a href="', encode_url($record->getLinkUrl()), '">', PrintReady($record->getListName()), '</a>';
?>
</td>
- <td class="list_value center vmiddle"><a href="module.php?mod=clippings&action=remove&item=<?php echo $i;?>"><img src="<?php echo $WT_IMAGE_DIR, "/", $WT_IMAGES["remove"]["other"];?>" border="0" alt="<?php echo i18n::translate('Remove')?>" title="<?php echo i18n::translate('Remove');?>" /></a></td>
+ <td class="list_value center vmiddle"><a href="module.php?mod=clippings&mod_action=index&action=remove&item=<?php echo $i;?>"><img src="<?php echo $WT_IMAGE_DIR, "/", $WT_IMAGES["remove"]["other"];?>" border="0" alt="<?php echo i18n::translate('Remove')?>" title="<?php echo i18n::translate('Remove');?>" /></a></td>
</tr>
<?php
}
|
