diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-17 10:05:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-17 10:05:32 -0400 |
commit | 047412861921706fcf8e01431b5bc1fbe63d8586 (patch) | |
tree | 1188eb4affd8d91a23f0f20eb966e3e1b5955b70 /lib/common.php | |
parent | e0438b8223e7bb37e812e25bea502e31013333e5 (diff) |
move the goal posts
change the version numbers for an internal 0.1 test release (putting
it on the server!).
Also, added some tweedly date formatting, just to have something
there. Needs some thought.
darcs-hash:20080517140532-84dde-b316b4b425cced5c31fc2ecd0dd81217d5f91365.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 2625d08ef..f7b93011c 100644 --- a/lib/common.php +++ b/lib/common.php @@ -267,6 +267,11 @@ function common_local_url($action, $args) { return "/index.php?action=${action}${extra}"; } +function commmon_date_string($dt) { + // XXX: do some sexy date formatting + return date(DATE_RFC822); +} + // XXX: set up gettext function _t($str) { $str } |