From 0ccb9f5c0c8496a1684a002e8122f94947de1371 Mon Sep 17 00:00:00 2001 From: tony baldwin Date: Mon, 11 Feb 2013 03:44:05 -0500 Subject: [PATCH] another minor change (deleted a comment) --- curtemp/curtemp.php | 1 - 1 file changed, 1 deletion(-) 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']));