Fix incorrect class name (this matters now)

This commit is contained in:
Miles Lott 2001-05-04 00:59:06 +00:00
parent 7bc382ade3
commit 48f0743bdb

View File

@ -20,7 +20,7 @@
}
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"]["enable_addressbook_class"] = True;
$phpgw_info["flags"]["enable_contacts_class"] = True;
include("../header.inc.php");
$t = new Template($phpgw->common->get_tpl_dir("addressbook"));