fix typo in common_date_string

darcs-hash:20080517194133-84dde-7fc79724a9036b6d98c44c3369aac6a5a3ee931f.gz
This commit is contained in:
Evan Prodromou 2008-05-17 15:41:33 -04:00
parent 8c98caef57
commit 850bfc0a35
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ function common_local_url($action, $args=NULL) {
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
return date(DATE_RFC822);
}