[geeklog-cvs] geeklog: Cosmetics: Always set the default for the copyright yea...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jan 7 03:53:18 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/49679ac7237e
changeset: 6651:49679ac7237e
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jan 03 17:55:42 2009 +0100
description:
Cosmetics: Always set the default for the copyright year to the current year

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
public_html/admin/install/config-install.php |    4 ++--

diffs (21 lines):

diff -r 4dc636c1dc12 -r 49679ac7237e public_html/admin/install/config-install.php
--- a/public_html/admin/install/config-install.php	Thu Jan 01 21:13:33 2009 +0100
+++ b/public_html/admin/install/config-install.php	Sat Jan 03 17:55:42 2009 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | Initial configuration setup.                                              |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2007-2008 by the following authors:                         |
+// | Copyright (C) 2007-2009 by the following authors:                         |
 // |                                                                           |
 // | Authors: Aaron Blankstein  - kantai AT gmail DOT com                      |
 // +---------------------------------------------------------------------------+
@@ -51,7 +51,7 @@
     $c->add('site_slogan','','text',0,0,NULL,70,TRUE);
     $c->add('microsummary_short','GL: ','text',0,0,NULL,80,TRUE);
     $c->add('site_disabled_msg','Geeklog Site is down. Please come back soon.','text',0,0,NULL,510,TRUE);
-    $c->add('copyrightyear','2008','text',0,0,NULL,1440,FALSE);
+    $c->add('copyrightyear',date('Y'),'text',0,0,NULL,1440,FALSE);
     $c->add('url_rewrite',FALSE,'select',0,0,1,1800,TRUE);
 
     $c->add('fs_mail', NULL, 'fieldset', 0, 1, NULL, 0, TRUE);



More information about the geeklog-cvs mailing list