phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.nextmatchs_xslt.inc.php


From: Bettina Gille
Subject: [Phpgroupware-cvs] phpgwapi/inc class.nextmatchs_xslt.inc.php
Date: Mon, 13 Nov 2006 12:46:01 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Bettina Gille <ceb>     06/11/13 12:46:01

Modified files:
        inc            : class.nextmatchs_xslt.inc.php 

Log message:
        fix xslt paging

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.nextmatchs_xslt.inc.php?cvsroot=phpgwapi&r1=1.4&r2=1.5

Patches:
Index: class.nextmatchs_xslt.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.nextmatchs_xslt.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- class.nextmatchs_xslt.inc.php       9 Sep 2006 11:41:03 -0000       1.4
+++ class.nextmatchs_xslt.inc.php       13 Nov 2006 12:46:01 -0000      1.5
@@ -6,7 +6,7 @@
        * @license http://www.fsf.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage gui
-       * @version $Id: class.nextmatchs_xslt.inc.php,v 1.4 2006/09/09 11:41:03 
skwashd Exp $
+       * @version $Id: class.nextmatchs_xslt.inc.php,v 1.5 2006/11/13 12:46:01 
ceb Exp $
        */
 
        /**
@@ -131,7 +131,7 @@
                                'title_next'            => lang('next page'),
                                'title_last'            => lang('last page'),
                                'title_all'                     => lang('show 
all'),
-                               'lang_showing'          => 
$this->show_hits((int) $values['all_records'], $start)
+                               'lang_showing'          => 
$this->show_hits((int)$values['all_records'],$start,(int)$values['num_records'])
                        );
                        return $nm_data;
                }




reply via email to

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