From: <dai...@us...> - 2010-08-22 08:12:32
|
Revision: 3698 http://web-erp.svn.sourceforge.net/web-erp/?rev=3698&view=rev Author: daintree Date: 2010-08-22 08:12:26 +0000 (Sun, 22 Aug 2010) Log Message: ----------- Fix some incorrect prnMsg calls from Pauls patch Modified Paths: -------------- trunk/BOMs.php trunk/doc/Change.log.html Modified: trunk/BOMs.php =================================================================== --- trunk/BOMs.php 2010-08-22 08:06:14 UTC (rev 3697) +++ trunk/BOMs.php 2010-08-22 08:12:26 UTC (rev 3698) @@ -733,7 +733,7 @@ $_POST['StockCode']='%'; } if ($_POST['Keywords'] AND $_POST['StockCode']) { - prnMsg=( _('Stock description keywords have been used in preference to the Stock code extract entered'), 'info' ); + prnMsg( _('Stock description keywords have been used in preference to the Stock code extract entered'), 'info' ); } if ($_POST['Keywords']=='' AND $_POST['StockCode']=='') { prnMsg( _('At least one stock description keyword or an extract of a stock code must be entered for the search'), 'info' ); Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-08-22 08:06:14 UTC (rev 3697) +++ trunk/doc/Change.log.html 2010-08-22 08:12:26 UTC (rev 3698) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>21/08/10 Phil: Fix bugs introduced by Paul's patch prnMsg= should be prnMsg() BOMs.php also did in Contracts.php <p>21/08/10 Phil: Contract closing changes all the contracts scripts <p>20/08/10 Paul Thursby: More $msg cleanup. Unused eliminated; Others replaced with prnMsg().</p> <p>15/08/10 Phil: Decided to have contracts as part of orders module since not really enough links to warrant a new module changes to index.php WWW_Users.php and sql upgrade.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |