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 _______________________________________________ phpGroupWare-cvs mailing list phpGroupWare-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs