From e265dcb466a11353dc5ebe0818670da316a49721 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sun, 14 Dec 2008 09:43:58 -0500 Subject: [PATCH] Fixed a bug in the jobqueue - viewer Fixed a bug in deleting old record from the syslog and the sys_datalog --- server/lib/classes/getconf.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/lib/classes/getconf.inc.php b/server/lib/classes/getconf.inc.php index fd0c088..7bff61f 100644 --- a/server/lib/classes/getconf.inc.php +++ b/server/lib/classes/getconf.inc.php @@ -1,7 +1,7 @@ <?php /* -Copyright (c) 2006, Till Brehm, projektfarm Gmbh +Copyright (c) 2007, Till Brehm, projektfarm Gmbh All rights reserved. Redistribution and use in source and binary forms, with or without modification, -- Gitblit v1.9.1