diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-05 13:27:09 +0200 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-05 13:27:09 +0200 |
commit | cbf4544887c7f496f2b2312727fe7bcb64a6d6c8 (patch) | |
tree | 6b327da2db68c6be38d917ee7e869e7546fa096d /boot.php | |
parent | 9ba5fff865ed1d17c86982a5cf939f8e3e45da05 (diff) | |
download | volse-hubzilla-cbf4544887c7f496f2b2312727fe7bcb64a6d6c8.tar.gz volse-hubzilla-cbf4544887c7f496f2b2312727fe7bcb64a6d6c8.tar.bz2 volse-hubzilla-cbf4544887c7f496f2b2312727fe7bcb64a6d6c8.zip |
added index to config and pconfig table
changed config.php to use REPLACE instead of INSERT,
this removes one db hit.
Diffstat (limited to 'boot.php')
-rw-r--r--[-rwxr-xr-x] | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php index 04e16e64d..56548160d 100755..100644 --- a/boot.php +++ b/boot.php @@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1288' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1133 ); +define ( 'DB_UPDATE_VERSION', 1134 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |