includes/constants.php
changeset 692 78473351a6c9
parent 688 f2a824ce5f18
child 711 f70d764aab33
--- a/includes/constants.php	Wed Aug 13 08:48:03 2008 -0400
+++ b/includes/constants.php	Wed Aug 13 08:55:26 2008 -0400
@@ -14,7 +14,6 @@
  */
 
 // Ban types
-
 define('BAN_IP', 1);
 define('BAN_USER', 2);
 define('BAN_EMAIL', 3);
@@ -113,7 +112,6 @@
 define('USER_LEVEL_GUEST', 1);
 
 // Group status
-
 define('GROUP_CLOSED', 1);
 define('GROUP_REQUEST', 2);
 define('GROUP_HIDDEN', 3);