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.20,1.21


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.20,1.21
Date: Sun, 22 Sep 2002 20:37:17 -0400

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv8424/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.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** class.ui.inc.php    22 Sep 2002 23:04:12 -0000      1.20
--- class.ui.inc.php    23 Sep 2002 00:37:14 -0000      1.21
***************
*** 478,482 ****
  
                                $note_id = $this->bo->save($values);
!                               $this->tpl->set_var('message',lang('Note has 
been saved'));
                        }
  
--- 478,482 ----
  
                                $note_id = $this->bo->save($values);
!                               $message = lang('Note has been saved');
                        }
  
***************
*** 500,504 ****
                                'lang_done'             => lang('done'),
                                'value_content' => 
$GLOBALS['phpgw']->strip_html($note['content']),
!                               'value_acces'   => $note['access']
                        );
  
--- 500,505 ----
                                'lang_done'             => lang('done'),
                                'value_content' => 
$GLOBALS['phpgw']->strip_html($note['content']),
!                               'value_acces'   => $note['access'],
!                               'message'               => $message
                        );
  





reply via email to

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