dates are already strings
darcs-hash:20080517201719-84dde-ad4d5d935f510bedbd965c9c4c93550c50820454.gz
This commit is contained in:
parent
564694c2f1
commit
7ee294de75
@ -294,7 +294,8 @@ function common_local_url($action, $args=NULL) {
|
|||||||
|
|
||||||
function common_date_string($dt) {
|
function common_date_string($dt) {
|
||||||
// XXX: do some sexy date formatting
|
// XXX: do some sexy date formatting
|
||||||
return date(DATE_RFC822, $dt);
|
// return date(DATE_RFC822, $dt);
|
||||||
|
return $dt;
|
||||||
}
|
}
|
||||||
|
|
||||||
function common_redirect($url, $code=307) {
|
function common_redirect($url, $code=307) {
|
||||||
|
Loading…
Reference in New Issue
Block a user