added "enable_nextmatchs_class" => True

This commit is contained in:
Lars Kneschke 2000-11-16 22:03:49 +00:00
parent 54373c38d0
commit 493b2bc85d

View File

@ -11,7 +11,12 @@
/* $Id$ */
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "addressbook", "enable_addressbook_class" => True);
$phpgw_info["flags"] = array("noheader" => True,
"nonavbar" => True,
"currentapp" => "addressbook",
"enable_addressbook_class" => True,
"enable_nextmatchs_class" => True);
include("../header.inc.php");
if ($submit) {
@ -91,4 +96,4 @@
</form>
<?php
include($phpgw_info["server"]["api_dir"] . "/footer.inc.php");
?>
?>