fix typo in common_date_string
darcs-hash:20080517194133-84dde-7fc79724a9036b6d98c44c3369aac6a5a3ee931f.gz
This commit is contained in:
parent
8c98caef57
commit
850bfc0a35
@ -291,7 +291,7 @@ function common_local_url($action, $args=NULL) {
|
|||||||
return "http://".$config['site']['server'].'/'.$pathpart."index.php?action=${action}${extra}";
|
return "http://".$config['site']['server'].'/'.$pathpart."index.php?action=${action}${extra}";
|
||||||
}
|
}
|
||||||
|
|
||||||
function commmon_date_string($dt) {
|
function common_date_string($dt) {
|
||||||
// XXX: do some sexy date formatting
|
// XXX: do some sexy date formatting
|
||||||
return date(DATE_RFC822);
|
return date(DATE_RFC822);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user