Code

Converted a couple of == / === NULL references
[gosa.git] / plugins / admin / systems / class_componentGeneric.inc
index 108f1f405096d7499e4e47da5adaa4c446be9325..32530a5b594045215ac65a07474a5c0063e0f151 100644 (file)
@@ -52,7 +52,7 @@ class componentGeneric extends plugin
     }
 
     /* Do we represent a valid phone? */
-    if (!$this->is_account && $this->parent == NULL){
+    if (!$this->is_account && $this->parent === NULL){
       $display= "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
         _("This 'dn' has no network features.")."</b>";
       return($display);