From: hzerres Date: Wed, 8 Sep 2010 13:03:00 +0000 (+0000) Subject: added comments for tests::compareDate function X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f21f34cfe05158f1f08dc7c24327fd1f23e26966;p=gosa.git added comments for tests::compareDate function git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19565 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/utils/class_tests.inc b/gosa-core/include/utils/class_tests.inc index 03b7bf696..61d0ecfa8 100644 --- a/gosa-core/include/utils/class_tests.inc +++ b/gosa-core/include/utils/class_tests.inc @@ -294,12 +294,13 @@ class tests { } /* * Compares two dates + * @param $dataA as String in german dateformat + * @param $dataB as String in german dateformat + * @return float or false on error * - * <0 => a a a=b * >0 => a>b - * - * */ public static function compareDate($dateA, $dateB){ /*