822 -> 850
darcs-hash:20080627223439-84dde-2d0a8a8284e2f6d6af8710a5b9a52f7d45658f81.gz
This commit is contained in:
parent
3265812833
commit
e41a90e7e9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user