User Settings: Misc adjustments.

This commit is contained in:
Nate
2019-09-10 19:37:40 -06:00
parent c7d5c2a7cf
commit 4d9770b8a6
3 changed files with 87 additions and 84 deletions

View File

@@ -248,10 +248,10 @@
echo " </td>\n";
echo "</tr>\n";
$previous_category = $row['user_setting_category'];
if ($c==0) { $c=1; } else { $c=0; }
} //end foreach
unset($sql, $user_settings);
} //end if results
$c = $c ? 0 : 1;
}
}
unset($sql);
echo "<tr>\n";
echo "<td colspan='20' align='left'>\n";
@@ -277,6 +277,8 @@
echo "<br /><br />";
unset($user_settings);
// check or uncheck all category checkboxes
if (sizeof($subcat_ids) > 0) {
echo "<script>\n";