From: <ja...@us...> - 2009-11-09 17:14:35
|
Revision: 2922 http://web-erp.svn.sourceforge.net/web-erp/?rev=2922&view=rev Author: javier7 Date: 2009-11-09 17:14:26 +0000 (Mon, 09 Nov 2009) Log Message: ----------- PO_Header.php - v1.34 - Replaced colon and space with period at Line 543. Modified Paths: -------------- trunk/PO_Header.php trunk/doc/Change.log.html Modified: trunk/PO_Header.php =================================================================== --- trunk/PO_Header.php 2009-11-09 16:54:18 UTC (rev 2921) +++ trunk/PO_Header.php 2009-11-09 17:14:26 UTC (rev 2922) @@ -1,7 +1,7 @@ <?php /* $Id$ */ -/* $Revision: 1.33 $ */ +/* $Revision: 1.34 $ */ /* * PO_Header.php @@ -540,7 +540,7 @@ } else { prnMsg( _('You do not have the authority to raise Purchase Orders for '). $SupplierName.'. '._('Please Consult your system administrator for more information').'. ' - ._('You can setup authorisations ').'<a href=PO_AuthorisationLevels.php>'._('here:').' </a>', 'warn'); + ._('You can setup authorisations ').'<a href=PO_AuthorisationLevels.php>'._('here.').'</a>', 'warn'); include('includes/footer.inc'); exit; } Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2009-11-09 16:54:18 UTC (rev 2921) +++ trunk/doc/Change.log.html 2009-11-09 17:14:26 UTC (rev 2922) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p> +<p>09/11/09 Javier: PO_Header.php - v1.34 - Replaced colon and space with period at Line 543. <p>09/11/09 Javier: ConnectDB_mysql.inc v1.32 ConnectDB_mysqli.inc v1.21 and ConnectDB_postgres.inc v1.15 - Added Id and Removed htmlspecialchars at Line 139, 162 and 124 <p>09/11/09 Javier: PO_Header.php - v1.33 Added gettext function at Line 544 and Id SVN Property. <p>09/11/09 Javier: messages.pot - update of gettext en_GB template file for translations. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |