]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile.php
Moved multiGet into Managed_DataObject
[quix0rs-gnu-social.git] / classes / Profile.php
index c8f44c007b03c3fa24ba9f76cea53651ad9d00a6..6f502c9c188ced49fa8738a21dd200179e829a93 100644 (file)
@@ -78,11 +78,6 @@ class Profile extends Managed_DataObject
 
         return $def;
     }
-
-       function multiGet($keyCol, $keyVals, $skipNulls=true)
-       {
-           return parent::multiGet('Profile', $keyCol, $keyVals, $skipNulls);
-       }
        
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE