diff options
author | friendica <info@friendica.com> | 2013-12-14 13:26:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-14 13:26:40 -0800 |
commit | c00f0d4b282f2242b9c2e154a5381029cf0dc812 (patch) | |
tree | 2287d26454fc11f0a65c77d87460e67c0f5e25f6 /mod/settings.php | |
parent | a4624d29791af75fea7907caa4c8cf7a1cca90a0 (diff) | |
download | volse-hubzilla-c00f0d4b282f2242b9c2e154a5381029cf0dc812.tar.gz volse-hubzilla-c00f0d4b282f2242b9c2e154a5381029cf0dc812.tar.bz2 volse-hubzilla-c00f0d4b282f2242b9c2e154a5381029cf0dc812.zip |
a couple more comanche conversions
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/settings.php b/mod/settings.php index 4d95f75b3..c2a540063 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -32,7 +32,7 @@ if (! local_user()) $a->argc = 2; $a->argv[] = 'channel'; } - +/* $channel = $a->get_channel(); $abook_self_id = 0; @@ -132,7 +132,7 @@ if (! local_user()) '$class' => 'settings-widget', '$items' => $tabs, )); - +*/ } |