From 1270243d8090fa4795475d29a918602f037cd86a Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 2 Jul 2010 18:55:43 -0700 Subject: start on contact page sort order --- boot.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e131a5b53..70280fc02 100644 --- a/boot.php +++ b/boot.php @@ -2,12 +2,16 @@ set_time_limit(0); -define('EOL', '
'); +define('EOL', "
\r\n"); define('REGISTER_CLOSED', 0); define('REGISTER_APPROVE', 1); define('REGISTER_OPEN', 2); +define ( 'DIRECTION_ANY', 0); +define ( 'DIRECTION_IN', 1); +define ( 'DIRECTION_OUT', 2); +define ( 'DIRECTION_BOTH', 3); if(! class_exists('App')) { class App { -- cgit v1.2.3