Modules: Database class integration.

This commit is contained in:
Nate
2019-08-09 10:23:44 -06:00
parent 3d286cbbdb
commit a5718bc435
4 changed files with 82 additions and 89 deletions

View File

@@ -70,6 +70,8 @@
$msg = "<strong>".$text['label-load_module'].":</strong> <pre>".$response."</pre>";
}
}
header('Location: modules.php');
exit;
}
//check connection status
@@ -223,10 +225,10 @@
echo "</tr>\n";
$prev_module_category = $row["module_category"];
if ($c==0) { $c=1; } else { $c=0; }
} //end foreach
$c = $c ? 0 : 1;
}
unset($sql, $modules, $row_count);
} //end if results
}
echo "<tr>\n";
echo "<td colspan='6'>\n";