--- nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc 2003/04/04 00:26:28 1.2 +++ nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc 2003/04/11 00:49:46 1.3 @@ -5,7 +5,7 @@ * that live in the sub-dirs of this dir. * If you add a new widget/driver, you should add it here. * - * $Id: includes.inc,v 1.2 2003/04/04 00:26:28 jonen Exp $ + * $Id: includes.inc,v 1.3 2003/04/11 00:49:46 joko Exp $ * * @author Sebastian Utz * @package org.netfrag.patches @@ -40,5 +40,9 @@ include_once("widgets/GenericGUIDataList.php"); include_once("widgets/DataItem.php"); include_once("widgets/EditDataItem.php"); +include_once("widgets/FlexibleNegotiation.php"); -?> + +include_once("forms/NonValidatingFormProcessor.php"); + +?> \ No newline at end of file