Code

Fixed parameter order
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 15:34:24 +0000 (15:34 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 19 Jan 2010 15:34:24 +0000 (15:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15210 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/utils/class_tests.inc

index 6ceba9b137c30bdea766e97a28b2d431e15b51fa..68f94e6c4b975aad08510725cc0b8997b29e9087 100644 (file)
@@ -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 */