]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
822 -> 850
authorEvan Prodromou <evan@prodromou.name>
Fri, 27 Jun 2008 22:34:39 +0000 (18:34 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 27 Jun 2008 22:34:39 +0000 (18:34 -0400)
darcs-hash:20080627223439-84dde-2d0a8a8284e2f6d6af8710a5b9a52f7d45658f81.gz

lib/util.php

index bdebbf847bb469800853ee44034b3038fc56494b..b5f698b401e652e07e0d6f34c7f69e61b0517115 100644 (file)
@@ -759,7 +759,7 @@ function common_date_string($dt) {
 
 function common_exact_date($dt) {
        $t = strtotime($dt);
-       return date(DATE_RFC822, $t);
+       return date(DATE_RFC850, $t);
 }
 
 function common_date_w3dtf($dt) {