Merge commit '326ae54' into next

This commit is contained in:
nodiscc 2015-04-10 20:28:24 +02:00
commit 1caf200551

View file

@ -1775,7 +1775,6 @@ HTML;
// -------- Otherwise, simply display search form and links: // -------- Otherwise, simply display search form and links:
$PAGE = new pageBuilder; $PAGE = new pageBuilder;
$PAGE->assign('linkcount',count($LINKSDB));
buildLinkList($PAGE,$LINKSDB); // Compute list of links to display buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
$PAGE->renderPage('linklist'); $PAGE->renderPage('linklist');
exit; exit;