1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Language selection simplification

work in progress
This commit is contained in:
marj
2009-08-03 18:36:24 +00:00
parent 980a2486c8
commit 493db815df
2 changed files with 24 additions and 26 deletions

View File

@@ -9,9 +9,9 @@
* Custom Menus/Pages Administration
*
* $Source: /cvs_backup/e107_0.8/e107_admin/cpage.php,v $
* $Revision: 1.18 $
* $Date: 2009-07-24 19:18:50 $
* $Author: e107steved $
* $Revision: 1.19 $
* $Date: 2009-08-03 18:36:24 $
* $Author: marj_nl_fr $
*
*/
@@ -29,8 +29,6 @@ $frm = new e_form(true);
$emessage = &eMessage::getInstance();
$page = new page;
$custpage_lang = ($sql->mySQLlanguage) ? $sql->mySQLlanguage : $pref['sitelanguage'];
if (e_QUERY)
{
$tmp = explode(".", e_QUERY);