aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3192029a..b622f963 100644
--- a/index.php
+++ b/index.php
@@ -1775,7 +1775,6 @@ HTML;
1775 1775
1776 // -------- Otherwise, simply display search form and links: 1776 // -------- Otherwise, simply display search form and links:
1777 $PAGE = new pageBuilder; 1777 $PAGE = new pageBuilder;
1778 $PAGE->assign('linkcount',count($LINKSDB));
1779 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display 1778 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
1780 $PAGE->renderPage('linklist'); 1779 $PAGE->renderPage('linklist');
1781 exit; 1780 exit;