]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice_source.php
add profile to stream function
[quix0rs-gnu-social.git] / classes / Notice_source.php
index 88def77c8e29cc4e145f3866d9009e50131f1fae..43893ebe182f7a343c4a9955c777595180688fe8 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * Table Definition for notice_source
  */
-require_once INSTALLDIR.'classes/Memcached_DataObject.php';
+require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
-class Notice_source extends Memcached_DataObject 
+class Notice_source extends Memcached_DataObject
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -17,7 +17,8 @@ class Notice_source extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE