diff options
author | friendica <info@friendica.com> | 2014-03-03 21:00:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-03 21:00:42 -0800 |
commit | 3d49bf0320cd6a35e34da9694d3eb957053845a3 (patch) | |
tree | 203e3d7f773231b15252806220110bb3ce9cf985 /boot.php | |
parent | cdd2e9cd953394adfd6331c946466f3165606e29 (diff) | |
download | volse-hubzilla-3d49bf0320cd6a35e34da9694d3eb957053845a3.tar.gz volse-hubzilla-3d49bf0320cd6a35e34da9694d3eb957053845a3.tar.bz2 volse-hubzilla-3d49bf0320cd6a35e34da9694d3eb957053845a3.zip |
directory sync issues
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1101 ); +define ( 'DB_UPDATE_VERSION', 1102 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -323,11 +323,10 @@ define ( 'POLL_OVERWRITE', 0x8000); // If you vote twice remove the prior define ( 'UPDATE_FLAGS_UPDATED', 0x0001); +define ( 'UPDATE_FLAGS_FORCED', 0x0002); define ( 'UPDATE_FLAGS_DELETED', 0x1000); - - /** * Maximum number of "people who like (or don't like) this" that we will list by name */ |