--- nfo/php/libs/com.newsblob.phphtmllib/includes.inc 2003/01/30 03:29:07 1.1.1.1
+++ nfo/php/libs/com.newsblob.phphtmllib/includes.inc 2004/05/06 16:23:38 1.4
@@ -6,7 +6,7 @@
* the base path on the filesystem where the php html libs
* live.
*
- * $Id: includes.inc,v 1.1.1.1 2003/01/30 03:29:07 jonen Exp $
+ * $Id: includes.inc,v 1.4 2004/05/06 16:23:38 jonen Exp $
*
* @author Walter A. Boring IV
* @package phpHtmlLib
@@ -54,4 +54,9 @@
* Get the version #string and the version functions
*/
include_once($phphtmllib."/version.inc");
+
+/**
+ * include all form classes
+ */
+include_once($phphtmllib."/form/includes.inc");
?>