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.10


From: nomail
Subject: [Phpgroupware-cvs] notes/class.base.php, 1.1.2.10
Date: Sun, 23 May 2004 04:09:18 -0000

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

date: 2004/05/07 07:51:20;  author: jengo;  state: Exp;  lines: +2 -1

Log Message:
Started adding the hooks for edit and delete of datamine records.  Currently, 
this only fully works for symbolic links.  Hard links do not presently work.
=====================================================================
Index: notes/class.base.php
diff -u notes/class.base.php:1.1.2.9 notes/class.base.php:1.1.2.10
--- notes/class.base.php:1.1.2.9        Fri May  7 07:12:19 2004
+++ notes/class.base.php        Fri May  7 07:51:20 2004
@@ -400,6 +400,7 @@
                                if ($GLOBALS['phpgw']->db->affected_rows())
                                {
                                        
execMethod('api.history.clear','notes.base.' . $args['note_id']);
+                                       
execMethod('api.datamine._delete','notes.base.' . $args['note_id']);
                                        $GLOBALS['msgbox']->add(lang('Note has 
been deleted successfully'),'notice');
 
                                        return $this->start();




reply via email to

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