summaryrefslogtreecommitdiff
path: root/net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php')
-rw-r--r--net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php b/net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php
deleted file mode 100644
index f95da42c5c9c..000000000000
--- a/net-mgmt/nagiosql/files/patch-nagiosql32-admin-hosts.php
+++ /dev/null
@@ -1,23 +0,0 @@
---- ../nagiosql/work/./nagiosql32/admin/hosts.php 2012-03-09 07:43:00.000000000 +0100
-+++ ./nagiosql32/admin/hosts.php 2012-04-17 11:54:12.000000000 +0200
-@@ -10,10 +10,10 @@
- // Project : NagiosQL
- // Component : Host definition
- // Website : http://www.nagiosql.org
--// Date : $LastChangedDate: 2012-03-09 07:43:00 +0100 (Fri, 09 Mar 2012) $
-+// Date : $LastChangedDate: 2012-04-05 08:11:59 +0200 (Do, 05. Apr 2012) $
- // Author : $LastChangedBy: martin $
- // Version : 3.2.0
--// Revision : $LastChangedRevision: 1282 $
-+// Revision : $LastChangedRevision: 1315 $
- //
- ///////////////////////////////////////////////////////////////////////////////
- //
-@@ -41,7 +41,6 @@
- if ($chkSelValue1 != "") {
- for ($i=1;$i<=8;$i++) {
- ${"chkTfArg$i"} = str_replace("!","::bang::",${"chkTfArg$i"});
-- ${"chkTfArg$i"} = str_replace("\\","::back::",${"chkTfArg$i"});
- if (${"chkTfArg$i"} != "") $chkSelValue1 .= "!".${"chkTfArg$i"};
- }
- }