]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile_block.php
replace NULL with null
[quix0rs-gnu-social.git] / classes / Profile_block.php
index 6ea26a3bc46718a8357f33820eac6941d4dd7149..41d6701eb64a86fb43fdc53448100dc13d9efbe7 100644 (file)
@@ -36,7 +36,7 @@ class Profile_block extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
+    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Profile_block',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE