]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Foreign_subscription.php
Removing only notie_data-text label from view
[quix0rs-gnu-social.git] / classes / Foreign_subscription.php
index 31506406724c7d4d1c41843e2c0a9b59bb52acef..d508606218f3946bda976c206dc265477aab85d6 100644 (file)
@@ -16,7 +16,8 @@ class Foreign_subscription extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE