1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-03 17:34:59 +02:00

Language selection simplification

typo

work in progress
This commit is contained in:
marj 2009-08-05 06:30:24 +00:00
parent 4530a3c399
commit 17dc2b77c6

View File

@ -9,8 +9,8 @@
* Administration Area - Meta Tags
*
* $Source: /cvs_backup/e107_0.8/e107_admin/meta.php,v $
* $Revision: 1.7 $
* $Date: 2009-08-03 18:36:24 $
* $Revision: 1.8 $
* $Date: 2009-08-05 06:30:24 $
* $Author: marj_nl_fr $
*
*/
@ -24,8 +24,6 @@ require_once("auth.php");
require_once(e_HANDLER."message_handler.php");
$emessage = &eMessage::getInstance();
e_LANGUAGE = ($sql->mySQLlanguage != "") ? $sql->mySQLlanguage : $pref['sitelanguage'];
if (isset($_POST['metasubmit']))
{
$tmp = $pref['meta_tag'];