summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f48047e)
raw | patch | inline | side by side (parent: f48047e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jan 2010 15:34:24 +0000 (15:34 +0000) | ||
committer | cajus <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 | patch | blob | history |
index 6ceba9b137c30bdea766e97a28b2d431e15b51fa..68f94e6c4b975aad08510725cc0b8997b29e9087 100644 (file)
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 */