From e44b74e99ad433ac14b81a55cc5ffbc441c2ebe2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 21 Jul 2012 04:06:17 -0700 Subject: syntax --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 61fc0400c..ab34b37f8 100644 --- a/boot.php +++ b/boot.php @@ -297,7 +297,7 @@ define ( 'ACCOUNT_REMOVED', 0x0008 ); * Account roles */ -define ( 'ACCOUNT_ROLE_ADMIN' 0x1000 ); +define ( 'ACCOUNT_ROLE_ADMIN', 0x1000 ); -- cgit v1.2.3