Author: ts
Date: Thu Jan  3 20:31:54 2008
New Revision: 7064

Log:
- NULL -> null.

Modified:
    trunk/Tree/src/backends/xml.php

Modified: trunk/Tree/src/backends/xml.php
==============================================================================
--- trunk/Tree/src/backends/xml.php [iso-8859-1] (original)
+++ trunk/Tree/src/backends/xml.php [iso-8859-1] Thu Jan  3 20:31:54 2008
@@ -255,7 +255,7 @@
     public function nodeExists( $nodeId )
     {
         $elem = $this->dom->getElementById( 
"{$this->properties['prefix']}$nodeId" );
-        return ( $elem !== NULL ) ? true : false;
+        return ( $elem !== null ) ? true : false;
     }
 
     /**


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to