fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13543] rental: more on socommon


From: Sigurd Nes
Subject: [Fmsystem-commits] [13543] rental: more on socommon
Date: Wed, 01 Jul 2015 09:20:45 +0000

Revision: 13543
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13543
Author:   sigurdne
Date:     2015-07-01 09:20:45 +0000 (Wed, 01 Jul 2015)
Log Message:
-----------
rental: more on socommon

Modified Paths:
--------------
    trunk/rental/inc/class.socommon.inc.php

Modified: trunk/rental/inc/class.socommon.inc.php
===================================================================
--- trunk/rental/inc/class.socommon.inc.php     2015-07-01 08:29:13 UTC (rev 
13542)
+++ trunk/rental/inc/class.socommon.inc.php     2015-07-01 09:20:45 UTC (rev 
13543)
@@ -218,7 +218,7 @@
                 * Sigurd: try to limit the candidates to a minimum
                 */
                $bypass_offset_check = false;
-               if($num_of_objects && isset($id_field_name_info['translated']))
+               if($num_of_objects && is_array($id_field_name_info) && 
$id_field_name_info['translated'])
                {
                        $bypass_offset_check = true;
                        $sql_parts_filter = explode('FROM',$sql);




reply via email to

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