summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-06 05:20:46 +0100
committerAndrew Dolgov <[email protected]>2005-09-06 05:20:46 +0100
commitc723648324df89d5d59ebc5f7b7ffd85770029ca (patch)
tree26680ed715214523d493a87708f6601a493179d2 /backend.php
parentac43eba1ab9a352de1b06161f9d23f77d445dce8 (diff)
remove FALINK column from headline response
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 492141b93..f1613116a 100644
--- a/backend.php
+++ b/backend.php
@@ -391,8 +391,6 @@
<a href=\"javascript:view($id,$feed_id);\">".$line["updated"]."</a></td>";
print "<td class='headlineTitle'>$content_link</td>";
- print "<td class=\"invisible\" id=\"FLINK-$id\">".$line["link"]."</td>";
-
print "</tr>";
++$lnum;