cvs: pear /XML_Query2XML/XML/Query2XML/Driver DB.php

[email protected] ("Lukas Feiler")
Newsgroups php.pear.cvs
Message-ID <cvslukasfeiler1208630168@cvsserver>
lukasfeiler		Sat Apr 19 18:36:08 2008 UTC

  Modified files:              
    /pear/XML_Query2XML/XML/Query2XML/Driver	DB.php 
  Log:
  CS fix
  
http://cvs.php.net/viewvc.cgi/pear/XML_Query2XML/XML/Query2XML/Driver/DB.php?r1=1.3&r2=1.4&diff_format=u
Index: pear/XML_Query2XML/XML/Query2XML/Driver/DB.php
diff -u pear/XML_Query2XML/XML/Query2XML/Driver/DB.php:1.3 pear/XML_Query2XML/XML/Query2XML/Driver/DB.php:1.4
--- pear/XML_Query2XML/XML/Query2XML/Driver/DB.php:1.3	Fri Apr 18 17:48:41 2008
+++ pear/XML_Query2XML/XML/Query2XML/Driver/DB.php	Sat Apr 19 18:36:08 2008
@@ -9,7 +9,7 @@
  * @author    Lukas Feiler <[email protected]>
  * @copyright 2006 Lukas Feiler
  * @license   http://www.gnu.org/copyleft/lesser.html  LGPL Version 2.1
- * @version   CVS: $Id: DB.php,v 1.3 2008/04/18 17:48:41 lukasfeiler Exp $
+ * @version   CVS: $Id: DB.php,v 1.4 2008/04/19 18:36:08 lukasfeiler Exp $
  * @link      http://pear.php.net/package/XML_Query2XML
  * @access    private
  */
@@ -123,6 +123,7 @@
                 }
                 $queryString .= '; LIMIT:' . $query['limit'];
                 $queryString .= '; OFFSET:' . $query['offset'];
+                
                 $query['query'] = $this->_db->modifyLimitQuery(
                     $query['query'],
                     $query['offset'],
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.