phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged/inc class.flow_client.inc.php
Date: Mon, 19 Nov 2007 11:10:14 +0000

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

Modified files:
        inc            : class.flow_client.inc.php 

Log message:
        added : TODO comment

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/inc/class.flow_client.inc.php?cvsroot=phpgroupware&r1=1.11&r2=1.12

Patches:
Index: class.flow_client.inc.php
===================================================================
RCS file: /sources/phpgroupware/ged/inc/class.flow_client.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- class.flow_client.inc.php   12 Nov 2007 21:41:19 -0000      1.11
+++ class.flow_client.inc.php   19 Nov 2007 11:10:14 -0000      1.12
@@ -171,9 +171,8 @@
                                                                                
                                        
$new_id=$this->ged_dm->add_file($new_file);
                                        
-                                       // Update acl array so that process can 
continue 
-                                       // without acces denied on the brand 
new file
-                                       // TODO : update acl with a less ugly 
approach
+                                       // Updating ACL table with brand new 
element
+                                       // So that process can continue without 
acces denied
                                        $this->ged_dm->acl[$new_id]['read']=1;
 
                                        
$new_version=$this->ged_dm->get_last_version($new_id);




reply via email to

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