From: <tim...@us...> - 2010-03-01 07:51:35
|
Revision: 3361 http://web-erp.svn.sourceforge.net/web-erp/?rev=3361&view=rev Author: tim_schofield Date: 2010-03-01 07:51:29 +0000 (Mon, 01 Mar 2010) Log Message: ----------- Harald: PcExpensesTypeTabv.php - Missing space Modified Paths: -------------- trunk/PcExpensesTypeTab.php trunk/doc/Change.log.html Modified: trunk/PcExpensesTypeTab.php =================================================================== --- trunk/PcExpensesTypeTab.php 2010-03-01 07:45:42 UTC (rev 3360) +++ trunk/PcExpensesTypeTab.php 2010-03-01 07:51:29 UTC (rev 3361) @@ -52,7 +52,7 @@ VALUES ('" . $_POST['SelectedTabs'] . "', '" . $_POST['SelectedExpense'] . "')"; - $msg = _('Expense code:') . ' ' . $_POST["SelectedExpense"].' '._('for Type of Tab:') . $_POST["SelectedTabs"] . ' ' . _('has been created'); + $msg = _('Expense code:') . ' ' . $_POST["SelectedExpense"].' '._('for Type of Tab:') .' '. $_POST["SelectedTabs"] . ' ' . _('has been created'); $checkSql = "SELECT count(typetabcode) FROM pctypetabs"; $result = DB_query($checkSql, $db); Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-03-01 07:45:42 UTC (rev 3360) +++ trunk/doc/Change.log.html 2010-03-01 07:51:29 UTC (rev 3361) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing space</p> <p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing space, and bad end tag</p> <p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing Gettext function</p> <p>01/03/10 Tim: PcAuthorizeExpenses.php - Remove blank line at the start of file, and correct for instance where $SelectedTabs is not set</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |