diff --git a/index.php b/index.php index 765416e..7d84aa0 100644 --- a/index.php +++ b/index.php @@ -1770,7 +1770,6 @@ HTML; // -------- Otherwise, simply display search form and links: $PAGE = new pageBuilder; - $PAGE->assign('linkcount',count($LINKSDB)); buildLinkList($PAGE,$LINKSDB); // Compute list of links to display $PAGE->renderPage('linklist'); exit;