--- nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc 2003/03/27 01:18:40 1.1 +++ nfo/php/libs/org.netfrag.patches/phphtmllib/includes.inc 2003/04/04 00:26:28 1.2 @@ -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.1 2003/03/27 01:18:40 jonen Exp $ + * $Id: includes.inc,v 1.2 2003/04/04 00:26:28 jonen Exp $ * * @author Sebastian Utz * @package org.netfrag.patches @@ -38,6 +38,7 @@ * */ include_once("widgets/GenericGUIDataList.php"); +include_once("widgets/DataItem.php"); include_once("widgets/EditDataItem.php"); ?>