diff options
-rwxr-xr-x | boot.php | 2 | ||||
-rw-r--r-- | include/text.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.1.2' ); +define ( 'STD_VERSION', '5.0RC7' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); diff --git a/include/text.php b/include/text.php index a300ccf58..b3ed2eb31 100644 --- a/include/text.php +++ b/include/text.php @@ -743,7 +743,7 @@ function logid() { * @param int $level A log level * @param int $priority - compatible with syslog */ -function btlogger($msg, $level = LOGGER_NORMAL, $priority = LOG_INFO) { +function btlogger($msg, $level = LOGGER_NORMAL, $priority = LOG_INFO, $syslog = false) { if(! defined('BTLOGGER_DEBUG_FILE')) define('BTLOGGER_DEBUG_FILE','btlogger.out'); |