From 64d37db515e042b6152d69ba77362ab7ec6eada8 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 19 Jan 2010 15:34:24 +0000 Subject: [PATCH] Fixed parameter order git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15210 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/utils/class_tests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/utils/class_tests.inc b/gosa-core/include/utils/class_tests.inc index 6ceba9b13..68f94e6c4 100644 --- a/gosa-core/include/utils/class_tests.inc +++ b/gosa-core/include/utils/class_tests.inc @@ -262,7 +262,7 @@ class tests { return false; } - return checkdate($matches[1],$matches[2],$matches[3]); + return checkdate($matches[2],$matches[1],$matches[3]); } /* Check if the specified IP address $address is inside the given network */ -- 2.30.2