diff options
author | friendica <info@friendica.com> | 2013-02-15 19:05:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-15 19:05:00 -0800 |
commit | ace1104d08715ffb4d7ada722adeb53206236a50 (patch) | |
tree | dafa569c14e5179091aac27c118a058d14471e76 /boot.php | |
parent | 5609d397789d7ed6907afa33248d599d173e508f (diff) | |
download | volse-hubzilla-ace1104d08715ffb4d7ada722adeb53206236a50.tar.gz volse-hubzilla-ace1104d08715ffb4d7ada722adeb53206236a50.tar.bz2 volse-hubzilla-ace1104d08715ffb4d7ada722adeb53206236a50.zip |
contact rating field so it's here when we need it
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1027 ); +define ( 'DB_UPDATE_VERSION', 1028 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |