diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-19 16:33:15 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-19 16:33:15 +0100 |
commit | b3ff6da6bc9dc33abf0c0d74eccf9e9484a336d2 (patch) | |
tree | 19fb5942801be85e42fb5be7a426b3e2ca58b877 /view/theme/redbasic/php/config.php | |
parent | d1dd883d8868d25e1be0a67723210b5171f3a449 (diff) | |
download | volse-hubzilla-b3ff6da6bc9dc33abf0c0d74eccf9e9484a336d2.tar.gz volse-hubzilla-b3ff6da6bc9dc33abf0c0d74eccf9e9484a336d2.tar.bz2 volse-hubzilla-b3ff6da6bc9dc33abf0c0d74eccf9e9484a336d2.zip |
remove more unused $vars
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r-- | view/theme/redbasic/php/config.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 69c6f19ee..8ab31efc0 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -35,7 +35,6 @@ function theme_content(&$a) { $arr['nav_min_opacity']=get_pconfig(local_channel(),"redbasic","nav_min_opacity"); $arr['top_photo']=get_pconfig(local_channel(),"redbasic","top_photo"); $arr['reply_photo']=get_pconfig(local_channel(),"redbasic","reply_photo"); - $arr['sloppy_photos']=get_pconfig(local_channel(),"redbasic","sloppy_photos"); return redbasic_form($a, $arr); } @@ -73,7 +72,6 @@ function theme_post(&$a) { set_pconfig(local_channel(), 'redbasic', 'nav_min_opacity', $_POST['redbasic_nav_min_opacity']); set_pconfig(local_channel(), 'redbasic', 'top_photo', $_POST['redbasic_top_photo']); set_pconfig(local_channel(), 'redbasic', 'reply_photo', $_POST['redbasic_reply_photo']); - set_pconfig(local_channel(), 'redbasic', 'sloppy_photos', $_POST['redbasic_sloppy_photos']); } } |