phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/inc class.uinotes.inc.php,1.33


From: ceb
Subject: [Phpgroupware-cvs] notes/inc class.uinotes.inc.php,1.33
Date: Thu, 24 Feb 2005 14:55:09 -0000

Update of notes/inc

Modified Files:
     Branch: MAIN
            class.uinotes.inc.php lines: +5 -1

Log Message:
update

====================================================
Index: notes/inc/class.uinotes.inc.php
diff -u notes/inc/class.uinotes.inc.php:1.32 
notes/inc/class.uinotes.inc.php:1.33
--- notes/inc/class.uinotes.inc.php:1.32        Tue Dec 23 16:17:35 2003
+++ notes/inc/class.uinotes.inc.php     Tue Jan 18 02:07:52 2005
@@ -153,6 +153,7 @@

                        $this->save_sessiondata();
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pparse();
                }

                function edit()
@@ -217,6 +218,7 @@
                                'cat_select'                                    
=> $this->cats->formatted_xslt_list(array('select_name' => 
'values[cat_id]','selected' => $note['cat_id']))
                        );
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pparse();
                }

                function delete()
@@ -256,6 +258,7 @@
                        );

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('delete' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pparse();
                }

                function view()
@@ -282,6 +285,7 @@
                        );

                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('view' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pparse();
                }
        }
 ?>






reply via email to

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