phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts/inc functions.inc.php,1.37.2.7,1.37.2.7.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts/inc functions.inc.php,1.37.2.7,1.37.2.7.2.1
Date: Wed, 05 Mar 2003 17:34:57 -0500

Update of /cvsroot/phpgroupware/tts/inc
In directory subversions:/tmp/cvs-serv2187/tts/inc

Modified Files:
      Tag: Version-0_9_14-branch
        functions.inc.php 
Log Message:
Changed all x's into %'s in lang calls and lang files.


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/functions.inc.php,v
retrieving revision 1.37.2.7
retrieving revision 1.37.2.7.2.1
diff -C2 -r1.37.2.7 -r1.37.2.7.2.1
*** functions.inc.php   23 Jun 2002 01:08:20 -0000      1.37.2.7
--- functions.inc.php   5 Mar 2003 22:34:55 -0000       1.37.2.7.2.1
***************
*** 148,152 ****
                                        . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
                                        . "err_desc: 
'".$GLOBALS['phpgw']->err['desc']."'.<P>\n"
!                                       . lang('To go back to the tts index, 
click <a href= x >here</a>',$GLOBALS['phpgw']->link('/tts/index.php','cd=13'));
                                $GLOBALS['phpgw']->common->phpgw_exit();
                        }
--- 148,152 ----
                                        . "err_msg: 
'".htmlspecialchars($GLOBALS['phpgw']->send->err['msg'])."';<BR>\n"
                                        . "err_desc: 
'".$GLOBALS['phpgw']->err['desc']."'.<P>\n"
!                                       . lang('To go back to the tts index, 
click <a href= %1 >here</a>',$GLOBALS['phpgw']->link('/tts/index.php','cd=13'));
                                $GLOBALS['phpgw']->common->phpgw_exit();
                        }





reply via email to

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