reverse smilie storage also

This commit is contained in:
friendica 2015-03-06 03:04:04 -08:00
parent f6da235a7d
commit 73891dc582
3 changed files with 2808 additions and 902 deletions

View File

@ -185,7 +185,7 @@ function settings_post(&$a) {
set_pconfig(local_channel(),'system','user_scalable',$user_scalable);
set_pconfig(local_channel(),'system','update_interval', $browser_update);
set_pconfig(local_channel(),'system','itemspage', $itemspage);
set_pconfig(local_channel(),'system','no_smilies',$nosmile);
set_pconfig(local_channel(),'system','no_smilies',1-intval($nosmile));
set_pconfig(local_channel(),'system','title_tosource',$title_tosource);
set_pconfig(local_channel(),'system','channel_list_mode', $channel_list_mode);
set_pconfig(local_channel(),'system','network_list_mode', $network_list_mode);

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2015-03-05.962
2015-03-06.963