From 047412861921706fcf8e01431b5bc1fbe63d8586 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 17 May 2008 10:05:32 -0400 Subject: 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 --- lib/common.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') 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 } -- cgit v1.2.3-54-g00ecf