]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/RegisterThrottle/Registration_ip.php
Let DB_DataObject find Spam_score
[quix0rs-gnu-social.git] / plugins / RegisterThrottle / Registration_ip.php
index 2486e36b462d6109d81cc4978acc3ff10218806d..f9fc4918d53b8be387e6499ca7ec630d9debbf76 100644 (file)
@@ -111,7 +111,6 @@ class Registration_ip extends Memcached_DataObject
      *
      * @return array magic three-false array that stops auto-incrementing.
      */
-
     function sequenceKey()
     {
         return array(false, false, false);
@@ -124,7 +123,6 @@ class Registration_ip extends Memcached_DataObject
      *
      * @return Array IDs of users who registered with this address.
      */
-
     static function usersByIP($ipaddress)
     {
         $ids = array();