another minor change (deleted a comment)

This commit is contained in:
tony baldwin 2013-02-11 03:44:05 -05:00
parent 234611f432
commit 0ccb9f5c0c
1 changed files with 0 additions and 1 deletions

View File

@ -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']));