From: <ex...@us...> - 2013-07-18 15:04:11
|
Revision: 6104 http://sourceforge.net/p/web-erp/reponame/6104 Author: exsonqu Date: 2013-07-18 15:04:09 +0000 (Thu, 18 Jul 2013) Log Message: ----------- 7/18/2013: Exson: Move the hidden input after the html document type definition. Reported by Tim. Modified Paths: -------------- trunk/includes/LanguageSetup.php Modified: trunk/includes/LanguageSetup.php =================================================================== --- trunk/includes/LanguageSetup.php 2013-07-18 15:03:27 UTC (rev 6103) +++ trunk/includes/LanguageSetup.php 2013-07-18 15:04:09 UTC (rev 6104) @@ -39,7 +39,6 @@ } } -echo '<input type="hidden" name="Lang" id="Lang" value="'.$Lang.'" />'; /*Since LanguagesArray requires the function _() to translate the language names - we must provide a substitute if it doesn't exist aready before we include includes/LanguagesArray.php * */ |