make sure db queries never get called if the database isn't open

This commit is contained in:
Friendika 2011-03-03 15:41:08 -08:00
parent bfdf4bddc9
commit b8757fb456
2 changed files with 11 additions and 8 deletions

View file

@ -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" );