use the ui-class now

This commit is contained in:
Ralf Becker 2001-07-15 21:35:52 +00:00
parent 7e4189916e
commit 31b61cc52a

View File

@ -16,7 +16,7 @@
$phpgw_info['flags']['enable_contacts_class'] = True;
include("../header.inc.php");
$phpgw->infolog = createobject('infolog.infolog');
$phpgw->infolog = createobject('infolog.uiinfolog');
$t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); // $t->unknows = 'keep'; $t->debug = 1;
$t->set_file(array('import' => 'csv_import.tpl'));