Code

added comments for tests::compareDate function
authorhzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 8 Sep 2010 13:03:00 +0000 (13:03 +0000)
committerhzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 8 Sep 2010 13:03:00 +0000 (13:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19565 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/utils/class_tests.inc

index 03b7bf696a4b4465c502fc1acbb079f41bdeebd7..61d0ecfa826908bc40968531df892506145f96ad 100644 (file)
@@ -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<b
+   * <0 => a<b
    * 0 => a=b
    * >0 => a>b
-   * 
-   * 
    */
  public static function compareDate($dateA, $dateB){
         /*