Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_glpiAttachmentPool.inc
index f4453243daf2b1bab7648c9d42d316ad70cd24ed..b500660298b80ad14dd2502dd6a4c055b6624e63 100644 (file)
@@ -33,7 +33,7 @@ class glpiAttachmentPool extends plugin
     }
 
     /* Assign used attributes */
-    if($used != NULL){
+    if($used !== NULL){
       $this->Selected = $used;
     }
   }