diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-17 15:41:33 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-17 15:41:33 -0400 |
commit | 850bfc0a35bfb0dbfcb9ba4d7eb859f35224bc07 (patch) | |
tree | 2340c9329c3033636de6b49339af5cf96c9808f5 /lib | |
parent | 8c98caef57ac6eb31888d67632114662851d9ecb (diff) |
fix typo in common_date_string
darcs-hash:20080517194133-84dde-7fc79724a9036b6d98c44c3369aac6a5a3ee931f.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 425fbccb4..fbe90e030 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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); } |