diff options
author | friendica <info@friendica.com> | 2012-12-27 00:57:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-27 00:57:47 -0800 |
commit | efdcf7ad1662302af48086d3467445e1874e33a9 (patch) | |
tree | dc43c000fd28c7bbf11f5268eeb10e6b95052999 /boot.php | |
parent | 196375251d4eed281c68537fd2822cbcff5ae2cd (diff) | |
download | volse-hubzilla-efdcf7ad1662302af48086d3467445e1874e33a9.tar.gz volse-hubzilla-efdcf7ad1662302af48086d3467445e1874e33a9.tar.bz2 volse-hubzilla-efdcf7ad1662302af48086d3467445e1874e33a9.zip |
put keywords back in xprof - too messy to search and join from a separate table
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', 1009 ); +define ( 'DB_UPDATE_VERSION', 1010 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |