]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Invitation.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / classes / Invitation.php
index 1477391b0ed115ce69b68c8151d0524f701b4fa4..0e87c1629cb9881b841c533eed88fce3df3dd521 100644 (file)
@@ -4,7 +4,7 @@
  */
 require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
-class Invitation extends Memcached_DataObject 
+class Invitation extends Memcached_DataObject
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -17,7 +17,8 @@ class Invitation extends Memcached_DataObject
     public $created;                         // datetime()   not_null
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Invitation',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE