]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Remote_profile.php
Updated typography and layout
[quix0rs-gnu-social.git] / classes / Remote_profile.php
index c961dcca2e58f6611830be6ef56413a8f77bb193..5aa6d913e5949465ff3b1db84684b403f8324d33 100644 (file)
@@ -38,7 +38,8 @@ class Remote_profile extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE