// setChange - executes an sql statement. TODO: rename this function to something better.
// Better yet, redo the entire thing and make an installer.
// setChange - executes an sql statement. TODO: rename this function to something better.
// Better yet, redo the entire thing and make an installer.
$count = count($inactive_groups);
print "$count inactive groups found...<br>\n";
for ($i = 0; $i < $count; $i++) {
print " deleting group ".$inactive_groups[$i]."<br>\n";
$count = count($inactive_groups);
print "$count inactive groups found...<br>\n";
for ($i = 0; $i < $count; $i++) {
print " deleting group ".$inactive_groups[$i]."<br>\n";