phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/class.uiaddressbook.inc.php, 1.36.2.1


From: nomail
Subject: [Phpgroupware-cvs] addressbook/inc/class.uiaddressbook.inc.php, 1.36.2.15.2.56
Date: Sat, 21 Aug 2004 07:53:12 +0200

Update of /addressbook/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.uiaddressbook.inc.php

date: 2004/08/21 05:53:12;  author: jarg;  state: Exp;  lines: +5 -5

Log Message:
Bugfix #9046, #9700
=====================================================================
Index: addressbook/inc/class.uiaddressbook.inc.php
diff -u addressbook/inc/class.uiaddressbook.inc.php:1.36.2.15.2.55 
addressbook/inc/class.uiaddressbook.inc.php:1.36.2.15.2.56
--- addressbook/inc/class.uiaddressbook.inc.php:1.36.2.15.2.55  Sat May  8 
04:43:27 2004
+++ addressbook/inc/class.uiaddressbook.inc.php Sat Aug 21 05:53:12 2004
@@ -381,14 +381,14 @@
                        
                        if($this->query)
                        {
-                               $lang_showing = 
lang(htmlentities('"'.$this->query.'"').' was found %1 times in 
'.$this->section, $total_all_persons);
+                               $lang_showing = lang('%1 was found %2 times in 
%3',htmlentities('"'.$this->query.'"'), $total_all_persons, 
lang($this->section));
                        }
                        else
                        {
                                //$lang_showing = 
$GLOBALS['phpgw']->nextmatchs->show_hits($total_records,$this->start);
-                               $lang_showing = lang('%1 - %2 of %3 ' . 
$this->section, 
+                               $lang_showing = lang('%1 - %2 of %3 %4', 
                                                     
($total_records!=0)?$this->start+1:$this->start, 
-                                                    
$this->start+$total_records,$total_all_persons);
+                                                    
$this->start+$total_records,$total_all_persons,lang($this->section));
                        }
                
 
@@ -2626,7 +2626,7 @@
                */
                function save_trans_actions($key_action, $trans)
                {
-                       $transactions = 
$GLOBALS['phpgw']->session->appsession('transactions','addressbook');
+                       //$transactions = 
$GLOBALS['phpgw']->session->appsession('transactions','addressbook');
                        $transactions[$key_action] = $trans;
                        
$GLOBALS['phpgw']->session->appsession('transactions','addressbook', 
$transactions);
                }




reply via email to

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