fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15890] Eventplanner - generic so


From: sigurdne
Subject: [Fmsystem-commits] [15890] Eventplanner - generic so
Date: Mon, 24 Oct 2016 13:42:00 +0000 (UTC)

Revision: 15890
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15890
Author:   sigurdne
Date:     2016-10-24 13:42:00 +0000 (Mon, 24 Oct 2016)
Log Message:
-----------
Eventplanner - generic so

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

Modified: trunk/phpgwapi/inc/class.socommon.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.socommon.inc.php   2016-10-24 13:34:35 UTC (rev 
15889)
+++ trunk/phpgwapi/inc/class.socommon.inc.php   2016-10-24 13:42:00 UTC (rev 
15890)
@@ -227,7 +227,7 @@
                        }
 
                        $base_sql = "SELECT $cols FROM $this->table_name $joins 
WHERE $condition $order ";
-                       if ($results)
+                       if ($results > -1)
                        {
                                $this->db->limit_query($base_sql, $start, 
__LINE__, __FILE__, $results);
                        }




reply via email to

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