mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-06 16:48:43 +00:00
User Settings: Misc adjustments.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user