Corrected the hour of the pre-set time
authorJoey Schulze <joey@infodrom.org>
Tue, 16 Aug 2005 17:26:21 +0000 (17:26 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 16 Aug 2005 17:26:21 +0000 (17:26 +0000)
src/LTOL/news/edit.wml

index 78d2659..4143136 100644 (file)
@@ -40,7 +40,7 @@ ggf. auf www.it-nachrichten.de eintragen.
       $row['releasedate'] .= " " . $foo[0] . ":" . $foo[1];
     }
   } else {
-    $row['releasedate'] = date ("Y-m-d h:i");
+    $row['releasedate'] = date ("Y-m-d H:i");
   }
 ?>