aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-03 15:41:08 -0800
committerFriendika <info@friendika.com>2011-03-03 15:41:08 -0800
commitb8757fb45624d038e1f072fa40fb439608532164 (patch)
treeac25604bd4ed5c730ff9bd43d89b478de60e7406 /boot.php
parentbfdf4bddc984838bc1bccccfe1c2b7ddebe43e92 (diff)
downloadvolse-hubzilla-b8757fb45624d038e1f072fa40fb439608532164.tar.gz
volse-hubzilla-b8757fb45624d038e1f072fa40fb439608532164.tar.bz2
volse-hubzilla-b8757fb45624d038e1f072fa40fb439608532164.zip
make sure db queries never get called if the database isn't open
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
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', "<br />\r\n" );