fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7114] API: fix support for non-pdo-systems


From: Sigurd Nes
Subject: [Fmsystem-commits] [7114] API: fix support for non-pdo-systems
Date: Fri, 11 Mar 2011 23:42:10 +0000

Revision: 7114
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7114
Author:   sigurdne
Date:     2011-03-11 23:42:09 +0000 (Fri, 11 Mar 2011)
Log Message:
-----------
API: fix support for non-pdo-systems

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

Modified: trunk/phpgwapi/inc/class.db_adodb.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.db_adodb.inc.php   2011-03-11 23:31:45 UTC (rev 
7113)
+++ trunk/phpgwapi/inc/class.db_adodb.inc.php   2011-03-11 23:42:09 UTC (rev 
7114)
@@ -265,7 +265,7 @@
                * @param integer $num_rows number of rows to return (optional), 
if unset will use 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']
                * @return integer current query id if sucesful and null if fails
                */
-               public function limit_query($Query_String, $offset = -1, $line 
= '', $file = '', $num_rows = 0)
+               public function limit_query($Query_String, $offset, $line = '', 
$file = '', $num_rows = 0)
                {
                        if ( (int) $num_rows <= 0 )
                        {




reply via email to

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