phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/class.base.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] notes/class.base.php, 1.1.2.2
Date: Thu, 20 May 2004 21:46:17 -0000

Update of /notes
Modified Files:
        Branch: proposal-branch
          class.base.php

date: 2004/04/17 07:18:38;  author: jengo;  state: Exp;  lines: +3 -4

Log Message:
Editing a note will return you back to the view screen of that note
=====================================================================
No syntax errors detected in -
=====================================================================
Index: notes/class.base.php
diff -u notes/class.base.php:1.1.2.1 notes/class.base.php:1.1.2.2
--- notes/class.base.php:1.1.2.1        Sat Apr 17 06:45:37 2004
+++ notes/class.base.php        Sat Apr 17 07:18:38 2004
@@ -377,7 +377,7 @@
                                                $obj->set('notes.' . 
$args['note_id'],$history_data,$old_values);
 
                                                
$GLOBALS['msgbox']->add(lang('Note has been successfully updated'),'notice');
-                                               return array();
+                                               return 
$this->view($args['note_id']);
                                }
                                else
                                {
@@ -444,7 +444,6 @@
                        }
 
                        return $result;
-                       
                }
 
                function _datamine_get()




reply via email to

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