diff options
Diffstat (limited to 'devel/horde-chora/files/patch-history.php')
-rw-r--r-- | devel/horde-chora/files/patch-history.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/horde-chora/files/patch-history.php b/devel/horde-chora/files/patch-history.php deleted file mode 100644 index 3a19258f2365..000000000000 --- a/devel/horde-chora/files/patch-history.php +++ /dev/null @@ -1,11 +0,0 @@ ---- history.php.orig Wed Jan 2 18:05:19 2002 -+++ history.php Sat Feb 16 19:36:54 2002 -@@ -197,7 +197,7 @@ - $bg = isset($branchColours[$bgbr]) ? $branchColours[$bgbr] : 'white'; - $log = $fl->logs[$rev]; - $author = Chora::showAuthorName($log->queryAuthor()); -- $date = gmdate('jS M Y', $log->queryDate()); -+ $date = strftime('%e %b %Y', $log->queryDate()); - $lines = $log->queryChangedLines(); - include $registry->getTemplatePath() . '/history/rev.inc'; - |