phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.sorequest.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.sorequest.inc.php
Date: Fri, 17 Nov 2006 09:49:55 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/11/17 09:49:55

Modified files:
        inc            : class.sorequest.inc.php 

Log message:
        force location

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.sorequest.inc.php?cvsroot=phpgroupware&r1=1.18&r2=1.19

Patches:
Index: class.sorequest.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.sorequest.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- class.sorequest.inc.php     12 Sep 2006 13:09:02 -0000      1.18
+++ class.sorequest.inc.php     17 Nov 2006 09:49:54 -0000      1.19
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage project
-       * @version $Id: class.sorequest.inc.php,v 1.18 2006/09/12 13:09:02 
sigurdne Exp $
+       * @version $Id: class.sorequest.inc.php,v 1.19 2006/11/17 09:49:54 
sigurdne Exp $
        */
 
        /**
@@ -237,7 +237,8 @@
                        $uicols['statustext'][]         = lang('score');
 
                        $sql    = 
$this->bocommon->generate_sql(array('entity_table'=>$entity_table,'cols'=>$cols,'cols_return'=>$cols_return,
-                                                                               
                                        
'uicols'=>$uicols,'joinmethod'=>$joinmethod,'paranthesis'=>$paranthesis,'query'=>$query));
+                                                                               
                                        
'uicols'=>$uicols,'joinmethod'=>$joinmethod,'paranthesis'=>$paranthesis,
+                                                                               
                                        
'query'=>$query,'force_location'=>true));
 
                        if ($order)
                        {




reply via email to

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