]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Foreign_subscription.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / classes / Foreign_subscription.php
index d8e8569fbe6c9a2283ad98d045006aa3f925b9c3..ec2631238e7273a291c6ff3948983a864bd621cc 100644 (file)
@@ -4,7 +4,7 @@
  */
 require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
-class Foreign_subscription extends Memcached_DataObject 
+class Foreign_subscription extends Memcached_DataObject
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -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