phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.22,1.23


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.22,1.23
Date: Sun, 22 Sep 2002 23:39:58 -0400

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv5671/inc

Modified Files:
        class.ui.inc.php 
Log Message:
update

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** class.ui.inc.php    23 Sep 2002 02:52:21 -0000      1.22
--- class.ui.inc.php    23 Sep 2002 03:39:55 -0000      1.23
***************
*** 40,44 ****
                        $this->t                        = 
$GLOBALS['phpgw']->template;
                        $this->tpl                      = 
CreateObject('phpgwapi.xslttemplates',$GLOBALS['phpgw']->common->get_tpl_dir('notes'));
!       //              $this->tpl                      = 
CreateObject('etemplates.etemplates','notes.edit');
                        if (!$this->tpl)
                        {
--- 40,44 ----
                        $this->t                        = 
$GLOBALS['phpgw']->template;
                        $this->tpl                      = 
CreateObject('phpgwapi.xslttemplates',$GLOBALS['phpgw']->common->get_tpl_dir('notes'));
!       //              $this->tpl                      = 
CreateObject('etemplate.etemplate','notes.edit');
                        if (!$this->tpl)
                        {
***************
*** 466,469 ****
--- 466,470 ----
                function edit()
                {
+                       // index for class xslttemplates
                        $note_id        = 
get_var('note_id',array('POST','GET'));
                        $values         = get_var('values',array('POST'));





reply via email to

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