diff options
author | Friendika <info@friendika.com> | 2011-05-30 19:59:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-30 19:59:54 -0700 |
commit | 9f52e311df830dbce8a428cea3190ac5c450eb94 (patch) | |
tree | 9c927cf3600a91ec4be9a14e3539d1aba15a8cb5 /boot.php | |
parent | 656d861b3ea83ff2acdc5e0c1c7bc3da86dc7c3a (diff) | |
download | volse-hubzilla-9f52e311df830dbce8a428cea3190ac5c450eb94.tar.gz volse-hubzilla-9f52e311df830dbce8a428cea3190ac5c450eb94.tar.bz2 volse-hubzilla-9f52e311df830dbce8a428cea3190ac5c450eb94.zip |
sort wall items by date order instead of id. bug #61
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ set_time_limit(0); ini_set('pcre.backtrack_limit', 250000); -define ( 'FRIENDIKA_VERSION', '2.2.995' ); +define ( 'FRIENDIKA_VERSION', '2.2.996' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1059 ); |