diff options
author | Mario <mario@mariovavti.com> | 2021-06-29 09:24:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-29 09:24:13 +0000 |
commit | e8c6121b4e40e16b291b38158dd3a1639641c56a (patch) | |
tree | c7c11fe1cb5372f036cd159ca46bc0151efb5ca8 | |
parent | bed81d785c50a1a056a409b8113eceb0c1d47bba (diff) | |
download | volse-hubzilla-e8c6121b4e40e16b291b38158dd3a1639641c56a.tar.gz volse-hubzilla-e8c6121b4e40e16b291b38158dd3a1639641c56a.tar.bz2 volse-hubzilla-e8c6121b4e40e16b291b38158dd3a1639641c56a.zip |
version
-rw-r--r-- | Zotlabs/Widget/Messages.php | 2 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Widget/Messages.php b/Zotlabs/Widget/Messages.php index ed666bfaa..9dda33d71 100644 --- a/Zotlabs/Widget/Messages.php +++ b/Zotlabs/Widget/Messages.php @@ -54,7 +54,7 @@ class Messages { switch($options['type']) { case 'direct': $type_sql = ' AND item_private = 2 '; - // $dummy_order_sql has no other meaning but trick + // $dummy_order_sql has no other meaning but to trick // some mysql backends into using the right index. $dummy_order_sql = ', received DESC '; break; @@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.9.9' ); +define ( 'STD_VERSION', '5.9.10' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1247 ); |