Merge "AJAXify watchlist editor"
[lhc/web/wiklou.git] / includes / Block.php
index 51d22ee..301a45a 100644 (file)
@@ -137,13 +137,13 @@ class Block {
                }
        }
 
-       /**\r
-        * Return the list of ipblocks fields that should be selected to create\r
-        * a new block.\r
-        * @return array\r
-        */\r
-       public static function selectFields() {\r
-               return array(\r
+       /**
+        * Return the list of ipblocks fields that should be selected to create
+        * a new block.
+        * @return array
+        */
+       public static function selectFields() {
+               return array(
                        'ipb_id',
                        'ipb_address',
                        'ipb_by',
@@ -158,8 +158,8 @@ class Block {
                        'ipb_deleted',
                        'ipb_block_email',
                        'ipb_allow_usertalk',
-                       'ipb_parent_block_id',\r
-               );\r
+                       'ipb_parent_block_id',
+               );
        }
 
        /**