phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] ged/inc class.flows.inc.php


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged/inc class.flows.inc.php
Date: Tue, 30 Oct 2007 11:19:40 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ged
Changes by:     Pascal Vilarem <maat>   07/10/30 11:19:39

Modified files:
        inc            : class.flows.inc.php 

Log message:
        fixbug : removed stupid tab at the end of the file

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/inc/class.flows.inc.php?cvsroot=phpgroupware&r1=1.6&r2=1.7

Patches:
Index: class.flows.inc.php
===================================================================
RCS file: /sources/phpgroupware/ged/inc/class.flows.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- class.flows.inc.php 29 Oct 2007 15:41:11 -0000      1.6
+++ class.flows.inc.php 30 Oct 2007 11:19:39 -0000      1.7
@@ -377,6 +377,12 @@
                        return 
($this->soflows->remove_role($transition,$object,$account_id));
                }
        
+               function remove_all_roles($object,$trigger_context=null)
+               {
+                       $transition=$trigger_context['transition'];
+                       return 
($this->soflows->remove_all_roles($transition,$object));
+               }
+       
        }
 
 ?>     
\ No newline at end of file




reply via email to

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