]> git.datanom.net - qtadmin.git/blobdiff - quarantine.php
Add change row per page
[qtadmin.git] / quarantine.php
index af294c5b70bc723ef8c7222558a8d0edf781f780..4944bb28aa5ebcc8d05db221e327c06b60abcffa 100644 (file)
@@ -1,11 +1,11 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
     require_once $CFG->root . 'lib/utils.inc.php';
 
     function error($error) {
-        $util = Utils::getInstance();
+        $util = new Utils;
         $util->setHeading("Error");
         echo $util->getHeader();
         echo $util->getHeading();
@@ -62,7 +62,7 @@
         return $query;
     }
 
-    $util = Utils::getInstance();
+    $util = new Utils;
     $loggedIn = $util->isLoggedIn();
     $request = isset($_GET['op']) ? $_GET['op'] : '';
     if ($loggedIn && isset($_GET['id'])) {
This page took 0.028605 seconds and 5 git commands to generate.