From 457206279475e00123f90e2ee3c679cc352f9844 Mon Sep 17 00:00:00 2001 From: psc Date: Tue, 27 Apr 2010 13:50:58 +0000 Subject: [PATCH] Apply fix for #4271 Increase minute range to 120 and pc range to 100 git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@17887 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/addons/goto/events/class_DaemonEvent.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc index 2085473ab..6268d9c0e 100644 --- a/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc +++ b/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc @@ -169,10 +169,10 @@ class DaemonEvent $opts_minutes = array(); $opts_operations = array(); - foreach(range(0,60) as $i) { + foreach(range(0,120) as $i) { $opts_minutes[$i] = $i; } - foreach(range(1,99) as $i) { + foreach(range(1,100) as $i) { $opts_operations[$i] = $i; } -- 2.30.2