diff options
author | friendica <info@friendica.com> | 2012-04-06 05:11:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-06 05:11:09 -0700 |
commit | 13dfb4012894c3bd724f12d75f4de7c1cce9529a (patch) | |
tree | 93023ac9c699863f4d9d2c9cbd122548346d1a15 /boot.php | |
parent | 0731c177eb4a58c6dd7bb50ee3915563c33531bc (diff) | |
download | volse-hubzilla-13dfb4012894c3bd724f12d75f4de7c1cce9529a.tar.gz volse-hubzilla-13dfb4012894c3bd724f12d75f4de7c1cce9529a.tar.bz2 volse-hubzilla-13dfb4012894c3bd724f12d75f4de7c1cce9529a.zip |
fix messed up config tables w/ duplicate entries
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1303' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1136 ); +define ( 'DB_UPDATE_VERSION', 1137 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |