phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property list_ticket.php,1.4,1.4.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property list_ticket.php,1.4,1.4.2.1
Date: Thu, 06 Feb 2003 17:46:10 -0500

Update of /cvsroot/phpgroupware/property
In directory subversions:/tmp/cvs-serv16642/property

Modified Files:
      Tag: Version-0_9_14-branch
        list_ticket.php 
Log Message:
Replaced %1, %2, etc ... with x, x, etc ... in the phrases in the lang() calls
This way all the lang calls have the same syntax !


Index: list_ticket.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/list_ticket.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** list_ticket.php     18 Sep 2002 19:54:15 -0000      1.4
--- list_ticket.php     6 Feb 2003 22:46:08 -0000       1.4.2.1
***************
*** 151,155 ****
                $filtermethod = "where ticket_details like 
'%".addslashes($searchfilter)."%'";
                
$GLOBALS['phpgw']->template->set_var('fm_tts_searchfilter',addslashes($searchfilter));
!               
$GLOBALS['phpgw']->template->set_var('fm_tts_numfound',lang('Tickets found 
%1',$numfound));
        }
        else
--- 151,155 ----
                $filtermethod = "where ticket_details like 
'%".addslashes($searchfilter)."%'";
                
$GLOBALS['phpgw']->template->set_var('fm_tts_searchfilter',addslashes($searchfilter));
!               
$GLOBALS['phpgw']->template->set_var('fm_tts_numfound',lang('Tickets found 
x',$numfound));
        }
        else





reply via email to

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