From b8757fb45624d038e1f072fa40fb439608532164 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 3 Mar 2011 15:41:08 -0800 Subject: make sure db queries never get called if the database isn't open --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3cf01b4a0..a97f85814 100644 --- a/boot.php +++ b/boot.php @@ -3,7 +3,7 @@ set_time_limit(0); define ( 'BUILD_ID', 1039 ); -define ( 'FRIENDIKA_VERSION', '2.10.0908' ); +define ( 'FRIENDIKA_VERSION', '2.10.0909' ); define ( 'DFRN_PROTOCOL_VERSION', '2.1' ); define ( 'EOL', "
\r\n" ); -- cgit v1.2.3