--- nfo/php/libs/com.newsblob.phphtmllib/includes.inc 2003/02/22 20:55:24 1.2 +++ nfo/php/libs/com.newsblob.phphtmllib/includes.inc 2003/02/25 03:48:43 1.3 @@ -6,7 +6,7 @@ * the base path on the filesystem where the php html libs * live. * - * $Id: includes.inc,v 1.2 2003/02/22 20:55:24 jonen Exp $ + * $Id: includes.inc,v 1.3 2003/02/25 03:48:43 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -51,6 +51,11 @@ include_once($phphtmllib."/widgets/includes.inc"); /** + * include all form classes + */ +include_once($phphtmllib."/form/includes.inc"); + +/** * Get the version #string and the version functions */ include_once($phphtmllib."/version.inc");