phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup ldap.php,1.56 config.php,1.82


From: skwashd
Subject: [Phpgroupware-cvs] setup ldap.php,1.56 config.php,1.82
Date: Thu, 24 Feb 2005 13:25:10 -0000

Update of setup

Modified Files:
     Branch: MAIN
            ldap.php lines: +2 -2
            config.php lines: +2 -2

Log Message:
switch to api tpl class

====================================================
Index: setup/ldap.php
diff -u setup/ldap.php:1.55 setup/ldap.php:1.56
--- setup/ldap.php:1.55 Thu Dec 30 09:37:36 2004
+++ setup/ldap.php      Mon Jan  3 07:47:22 2005
@@ -35,7 +35,7 @@
        }

        $tpl_root = $GLOBALS['phpgw_setup']->html->setup_tpl_dir('setup');
-       $setup_tpl = CreateObject('setup.Template',$tpl_root);
+       $setup_tpl = CreateObject('phpgwapi.Template',$tpl_root);
        $setup_tpl->set_file(array(
                'ldap'   => 'ldap.tpl',
                'T_head' => 'head.tpl',

====================================================
Index: setup/config.php
diff -u setup/config.php:1.81 setup/config.php:1.82
--- setup/config.php:1.81       Thu Dec 30 11:59:24 2004
+++ setup/config.php    Mon Jan  3 07:47:22 2005
@@ -222,7 +222,7 @@
        /*$cfg_apps = array('phpgwapi','admin','preferences');
        while(list(,$cfg_app) = each($cfg_apps))
        {*/
-               $t = 
CreateObject('setup.Template',$GLOBALS['phpgw']->common->get_tpl_dir('setup'));
+               $t = 
CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('setup'));

                $t->set_unknowns('keep');
                $t->set_file(array('config' => 'config.tpl'));






reply via email to

[Prev in Thread] Current Thread [Next in Thread]