]> git.datanom.net - qtadmin.git/blobdiff - quarantine.php
fix bug
[qtadmin.git] / quarantine.php
index 3a7570146494d5e7ae7731a790e4dcbfda593bf5..4afefabee576c73f9ca947998aa6efa15259dda8 100644 (file)
@@ -15,6 +15,8 @@
     }
 
     function handleRequest($request, $ids) {
+        global $CFG;
+
         $query = array();
         foreach ($ids as $id) {
             $mail_id = urldecode($id);
         } else {
             error("Unknown operation [$request]");
             exit;
-        }*/
+        }
         print_r($query);
-        exit;
+        exit;*/
         $success = $DB->update($query);
         if (! $success) {
             error("Message not released, contact administrator [$query]");
This page took 0.028757 seconds and 5 git commands to generate.