diff options
author | friendica <info@friendica.com> | 2012-05-04 16:45:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-04 16:45:10 -0700 |
commit | 7c6e8b30b28a3656f536ba338c3b124533fdadb7 (patch) | |
tree | ac00955489112770c366420a957e1fa3878cad22 /boot.php | |
parent | 62ea9130feea694d733e6cbde9dec6c1b4a0ef51 (diff) | |
download | volse-hubzilla-7c6e8b30b28a3656f536ba338c3b124533fdadb7.tar.gz volse-hubzilla-7c6e8b30b28a3656f536ba338c3b124533fdadb7.tar.bz2 volse-hubzilla-7c6e8b30b28a3656f536ba338c3b124533fdadb7.zip |
only show remove category to item owner
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1331' ); +define ( 'FRIENDICA_VERSION', '2.3.1332' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); |