diff options
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1770,7 +1770,6 @@ HTML; | |||
1770 | 1770 | ||
1771 | // -------- Otherwise, simply display search form and links: | 1771 | // -------- Otherwise, simply display search form and links: |
1772 | $PAGE = new pageBuilder; | 1772 | $PAGE = new pageBuilder; |
1773 | $PAGE->assign('linkcount',count($LINKSDB)); | ||
1774 | buildLinkList($PAGE,$LINKSDB); // Compute list of links to display | 1773 | buildLinkList($PAGE,$LINKSDB); // Compute list of links to display |
1775 | $PAGE->renderPage('linklist'); | 1774 | $PAGE->renderPage('linklist'); |
1776 | exit; | 1775 | exit; |