bjori Thu Aug 9 00:17:39 2007 UTC
Modified files:
/phd build.php
Log:
Missing include
http://cvs.php.net/viewvc.cgi/phd/build.php?r1=1.9&r2=1.10&diff_format=u
Index: phd/build.php
diff -u phd/build.php:1.9 phd/build.php:1.10
--- phd/build.php:1.9 Wed Aug 8 23:45:26 2007
+++ phd/build.php Thu Aug 9 00:17:39 2007
@@ -1,5 +1,5 @@
<?php
-/* $Id: build.php,v 1.9 2007/08/08 23:45:26 bjori Exp $ */
+/* $Id: build.php,v 1.10 2007/08/09 00:17:39 bjori Exp $ */
if (isset($argc) && $argc == 3) {
$manual = $argv[1];
@@ -39,6 +39,7 @@
if(!file_exists("html") || is_file("html")) mkdir("html") or die("Can't create
the cache directory");
require "include/PhDReader.class.php";
+require "include/PhDHelper.class.php";
require "include/PhDFormat.class.php";
require "formats/xhtml.php";
require "themes/php/phpdotnet.php";