diff options
Diffstat (limited to 'devel/chora/files/patch-cvs.php')
-rw-r--r-- | devel/chora/files/patch-cvs.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/chora/files/patch-cvs.php b/devel/chora/files/patch-cvs.php new file mode 100644 index 0000000..cbc5473 --- /dev/null +++ b/devel/chora/files/patch-cvs.php @@ -0,0 +1,11 @@ +--- cvs.php.orig Wed Jan 2 18:05:18 2002 ++++ cvs.php Sat Feb 16 20:29:37 2002 +@@ -176,7 +176,7 @@ + } + + $textURL= Chora::url('co', $where, array('r'=>$rev)); +- $commitDate = gmdate('jS F Y, g:ia', $lg->date); ++ $commitDate = date('jS F Y, g:ia', $lg->date); + $readableDate = CVSLib_File::readableTime($lg->date, true); + + $aid = $lg->queryAuthor(); |