phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged/inc class.ged_dm.inc.php
Date: Mon, 29 Oct 2007 21:10:21 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ged
Changes by:     Pascal Vilarem <maat>   07/10/29 21:10:21

Modified files:
        inc            : class.ged_dm.inc.php 

Log message:
        added and ugly hardcoded patch for home to see together working and 
locked files (default flow)...  it will need some more work later to have a 
home applet versatile enough to cope with all flows

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/inc/class.ged_dm.inc.php?cvsroot=phpgroupware&r1=1.52&r2=1.53

Patches:
Index: class.ged_dm.inc.php
===================================================================
RCS file: /sources/phpgroupware/ged/inc/class.ged_dm.inc.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- class.ged_dm.inc.php        29 Oct 2007 15:41:11 -0000      1.52
+++ class.ged_dm.inc.php        29 Oct 2007 21:10:21 -0000      1.53
@@ -2452,7 +2452,7 @@
                $sql.="FROM ( ged_elements ";
                $sql.="INNER JOIN ged_versions as ged_current_version ";
                $sql.="ON 
ged_elements.element_id=ged_current_version.element_id ";
-               $sql.="AND ( ged_current_version.status='working' )) ";
+               $sql.="AND ( ged_current_version.status='working' OR 
ged_current_version.status='working_locked' )) ";
 
                $sql.="WHERE ( ";
                $vor="";




reply via email to

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