]> git.wh0rd.org - tt-rss.git/commitdiff
remove FALINK column from headline response
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 6 Sep 2005 04:20:46 +0000 (05:20 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 6 Sep 2005 04:20:46 +0000 (05:20 +0100)
backend.php

index 492141b934365b2463d63b592e1d261217b23875..f1613116a1f694600c2bebbf359c809efb422158 100644 (file)
                                <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;