mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
Re #33 - remove bunch of dead code & fix some bugs
This commit is contained in:
@@ -18,7 +18,6 @@ class Constellation
|
||||
* @param Boolean $admin - specifies whether to render admin controls
|
||||
*/
|
||||
public function render_incidents($future=false, $offset=0, $limit = 5, $admin = 0){
|
||||
global $mysqli;
|
||||
if ($offset<0)
|
||||
{
|
||||
$offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user