From 55dd42be99f51eca3123f34293f4fff650f70258 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Sun, 17 Mar 2024 19:05:01 -0400 Subject: [PATCH] Fixing #220 - Program Queries fail * Error when creating an Alert Rules based on program name * Preparing for release 4.2 --- CHANGELOG.md | 2 ++ INFO | 2 +- config.php.dist | 7 ++++--- functions.php | 12 ++++++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bc05a..58a13ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ * issue#218: SQL errors when deleting messages +* issue#220: Error when creating an Alert Rules based on program name + * issue#222: PHP Deprecation Errors in PHP 8.2 --- 4.1 --- diff --git a/INFO b/INFO index 53671fa..bfbd09b 100644 --- a/INFO +++ b/INFO @@ -1,5 +1,5 @@ ; +-------------------------------------------------------------------------+ -; | Copyright (C) 2004-2023 The Cacti Group | +; | Copyright (C) 2004-2024 The Cacti Group | ; | | ; | This program is free software; you can redistribute it and/or | ; | modify it under the terms of the GNU General Public License | diff --git a/config.php.dist b/config.php.dist index cd859e9..6ae9393 100644 --- a/config.php.dist +++ b/config.php.dist @@ -1,7 +1,7 @@