Was this an error ???
[platal.git] / include / validations / nomusage.inc.php
index b53d868..e0ca232 100644 (file)
@@ -46,7 +46,6 @@ class UsageReq extends Validate
 
     function UsageReq($_uid, $_usage, $_reason)
     {
-        global $globals;
         $this->Validate($_uid, true, 'usage');
         $this->nom_usage  = $_usage;
         $this->reason = $_reason;