]> git.mxchange.org Git - friendica-addons.git/commitdiff
another minor change (deleted a comment)
authortony baldwin <tony@tonybaldwin.org>
Mon, 11 Feb 2013 08:44:05 +0000 (03:44 -0500)
committertony baldwin <tony@tonybaldwin.org>
Mon, 11 Feb 2013 08:44:05 +0000 (03:44 -0500)
curtemp/curtemp.php

index f52ab9402a9a5424cff972abcb9e7990f1a7776f..77e14343d2d01f91eb982240b3f02157942d54d5 100644 (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']));