summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend.php b/backend.php
index 3452c741f..b7249f1a4 100644
--- a/backend.php
+++ b/backend.php
@@ -219,10 +219,6 @@
<td>&nbsp;</td></tr>";
if ($line["comments"] && $line["comments"] != $line["link"]) {
-// print "<tr class=\"titleInner\"><td align=\"right\"><b>Comments:</b></td>
-// <td><a href=\"".$line["comments"]."\">".$line["comments"]."</a></td>
-// <td>&nbsp;</td> </tr>";
-
$comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
}