projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c98cae
)
fix typo in common_date_string
author
Evan Prodromou
<evan@prodromou.name>
Sat, 17 May 2008 19:41:33 +0000
(15:41 -0400)
committer
Evan Prodromou
<evan@prodromou.name>
Sat, 17 May 2008 19:41:33 +0000
(15:41 -0400)
darcs-hash:
20080517194133
-84dde-
7fc79724a9036b6d98c44c3369aac6a5a3ee931f
.gz
lib/common.php
patch
|
blob
|
history
diff --git
a/lib/common.php
b/lib/common.php
index 425fbccb4fcf67cb722abc38c81f567d2ad5513b..fbe90e030674e38810a6d1e8896642d7765c5c52 100644
(file)
--- 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 comm
m
on_date_string($dt) {
+function common_date_string($dt) {
// XXX: do some sexy date formatting
return date(DATE_RFC822);
}