summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 09:09:56 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 09:09:56 +0100
commit90e395dca0bd586d81543200d9a7db9b72655c80 (patch)
treee65bd7d79862e8c4163612a81abad3558cf288c8 /backend.php
parentad3cb7108ecae37b0eefad942ef04b0cee473860 (diff)
cleanup backend.php/op=view + remove unneeded notify feedback
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php22
1 files changed, 1 insertions, 21 deletions
diff --git a/backend.php b/backend.php
index a93ca57b7..a3460c4fc 100644
--- a/backend.php
+++ b/backend.php
@@ -246,26 +246,6 @@
print "</div>";
-/* print "<table class=\"postTable\" width=\"100%\" cellspacing=\"0\"
- cellpadding=\"0\">";
-
- print "<tr class=\"titleTop\"><td align=\"right\"><b>Title:</b></td>
- <td width=\"100%\">".$line["title"]."</td>
- <td>&nbsp;</td></tr>";
-
- if ($line["comments"] && $line["comments"] != $line["link"]) {
- $comments_prompt = "(<a href=\"".$line["comments"]."\">Comments</a>)";
- }
-
- print "<tr class=\"titleBottom\"><td align=\"right\"><b>Link:</b></td>
- <td><a href=\"".$line["link"]."\">".$line["link"]."</a> $comments_prompt</td>
- <td>&nbsp;</td></tr>";
- print "<tr><td valign=\"top\" class=\"post\"
- colspan=\"2\" width=\"100%\">" . $line["content"] . "</td>
- <td valign=\"top\">$feed_icon</td>
- </tr>";
- print "</table>"; */
-
}
if ($addheader) {
@@ -473,7 +453,7 @@
feedctr.className = 'invisible';
}
- p_notify(\"\");
+// p_notify(\"\");
</script>";