From: cajus Date: Tue, 19 Jan 2010 15:34:24 +0000 (+0000) Subject: Fixed parameter order X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=64d37db515e042b6152d69ba77362ab7ec6eada8;p=gosa.git Fixed parameter order git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15210 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 */