[Weberp-svn] SF.net SVN: weberp:[9404] trunk/includes/session.inc
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-07-11 08:17:26
|
Revision: 9404 http://weberp.svn.sourceforge.net/weberp/?rev=9404&view=rev Author: tim_schofield Date: 2012-07-11 08:17:16 +0000 (Wed, 11 Jul 2012) Log Message: ----------- Ricard. Fix typo error Modified Paths: -------------- trunk/includes/session.inc Modified: trunk/includes/session.inc =================================================================== --- trunk/includes/session.inc 2012-07-11 08:17:05 UTC (rev 9403) +++ trunk/includes/session.inc 2012-07-11 08:17:16 UTC (rev 9404) @@ -337,7 +337,7 @@ if (sizeof($_POST) > 0) { /*Security check to ensure that the form submitted is originally sourced from webERP with the FormID = $_SESSION['FormID'] - which is set before the first login*/ if (!isset($_POST['FormID']) or ($_POST['FormID'] != $_SESSION['FormID'])) { - $title = _('Error in form verificationm'); + $title = _('Error in form verification'); include('includes/header.inc'); prnMsg(_('This form was not submitted with a correct ID') , 'error'); include('includes/footer.inc'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |