X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FSchema_version.php;h=6dc08dbfced33200c6060341416ba64cdd307a1b;hb=27480d8e8e82f1f87362acd53f60bf24c2227b01;hp=4a3f939e93aa8d20f916f2ccd0c5a05a87d74601;hpb=01c2c31c1e701f6946282dfcc23502464483d12d;p=quix0rs-gnu-social.git diff --git a/classes/Schema_version.php b/classes/Schema_version.php index 4a3f939e93..6dc08dbfce 100644 --- a/classes/Schema_version.php +++ b/classes/Schema_version.php @@ -13,10 +13,6 @@ class Schema_version extends Managed_DataObject public $checksum; // varchar(64) not_null public $modified; // datetime() not_null - /* Static get */ - function staticGet($k,$v=null) - { return Memcached_DataObject::staticGet('Schema_version',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE