aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-06-21 14:09:41 +0000
committerflop25 <flop25@piwigo.org>2013-06-21 14:09:41 +0000
commit231e718ccfd94fae119e5b5f7b7ccaa44278a6bb (patch)
treef6def326fc9747578be2a26093887e7ba377274c
parentacb5d4cda7e455c7b5e1401bbf246c6827ed2edb (diff)
indent correction
git-svn-id: http://piwigo.org/svn/trunk@23429 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/elegant/admin/admin.inc.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/elegant/admin/admin.inc.php b/themes/elegant/admin/admin.inc.php
index 0e9c8a74d..bbb03c1c7 100644
--- a/themes/elegant/admin/admin.inc.php
+++ b/themes/elegant/admin/admin.inc.php
@@ -10,12 +10,12 @@ $config_send= array();
if(isset($_POST['submit_elegant']))
{
- $config_send['p_main_menu']=(isset($_POST['p_main_menu']) and !empty($_POST['p_main_menu'])) ? $_POST['p_main_menu'] : 'on';
- $config_send['p_pict_descr']=(isset($_POST['p_pict_descr']) and !empty($_POST['p_pict_descr'])) ? $_POST['p_pict_descr'] : 'on';
- $config_send['p_pict_comment']=(isset($_POST['p_pict_comment']) and !empty($_POST['p_pict_comment'])) ? $_POST['p_pict_comment'] : 'off';
+ $config_send['p_main_menu']=(isset($_POST['p_main_menu']) and !empty($_POST['p_main_menu'])) ? $_POST['p_main_menu'] : 'on';
+ $config_send['p_pict_descr']=(isset($_POST['p_pict_descr']) and !empty($_POST['p_pict_descr'])) ? $_POST['p_pict_descr'] : 'on';
+ $config_send['p_pict_comment']=(isset($_POST['p_pict_comment']) and !empty($_POST['p_pict_comment'])) ? $_POST['p_pict_comment'] : 'off';
- $conf['elegant'] = serialize($config_send);
- conf_update_param('elegant', pwg_db_real_escape_string($conf['elegant']));
+ $conf['elegant'] = serialize($config_send);
+ conf_update_param('elegant', pwg_db_real_escape_string($conf['elegant']));
array_push($page['infos'], l10n('Information data registered in database'));
}