Oops, forgot to 'need' news.

This commit is contained in:
Jeff Teunissen 2010-08-19 06:54:18 -04:00
parent 97fddb7290
commit 1032047e9b

View file

@ -3,7 +3,7 @@
$currPage = "docs"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
need ("table");
need ("news table");
function doc_list ($title, $list, $type)
{