From: tony baldwin Date: Mon, 11 Feb 2013 08:44:05 +0000 (-0500) Subject: another minor change (deleted a comment) X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=commitdiff_plain;h=0ccb9f5c0c8496a1684a002e8122f94947de1371 another minor change (deleted a comment) --- diff --git a/curtemp/curtemp.php b/curtemp/curtemp.php index f52ab940..77e14343 100644 --- a/curtemp/curtemp.php +++ b/curtemp/curtemp.php @@ -52,7 +52,6 @@ function curtemp_network_mod_init($a,$b) { function curtemp_plugin_settings_post($a,$post) { if(! local_user() || (! x($_POST,'curtemp-settings-submit'))) return; -// set_pconfig(local_user(),'curtemp','max_curtemps',intval($_POST['curtemp_max_curtemps'])); set_pconfig(local_user(),'curtemp','curtemp_loc',trim($_POST['curtemp_loc'])); set_pconfig(local_user(),'curtemp','curtemp_enable',intval($_POST['curtemp_enable']));