[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-qa
Subject:    [PHP-QA] cvs: qaweb /include functions.php
From:       "Marco Kaiser" <bate () php ! net>
Date:       2008-03-01 1:12:55
Message-ID: cvsbate1204333975 () cvsserver
[Download RAW message or body]

bate		Sat Mar  1 01:12:55 2008 UTC

  Modified files:              
    /qaweb/include	functions.php 
  Log:
  fixed issue where the copyright year 2007 was displayed
  
  
http://cvs.php.net/viewvc.cgi/qaweb/include/functions.php?r1=1.12&r2=1.13&diff_format=u
                
Index: qaweb/include/functions.php
diff -u qaweb/include/functions.php:1.12 qaweb/include/functions.php:1.13
--- qaweb/include/functions.php:1.12	Fri Feb 15 09:32:42 2008
+++ qaweb/include/functions.php	Sat Mar  1 01:12:54 2008
@@ -3,7 +3,7 @@
 (c)'2001 by Marco Kaiser (bate@php.net) and the PHP Group 	
 Read an Learn. Any Questions so ask. 						
 
-Version: $Id: functions.php,v 1.12 2008/02/15 09:32:42 zoe Exp $
+Version: $Id: functions.php,v 1.13 2008/03/01 01:12:54 bate Exp $
 */
 
 function common_header() {
@@ -140,7 +140,7 @@
         <tr> 
           <td width="80" align="center"><a href="http://www.php.net/"><img \
src="gfx/php-logo.gif" width="69" height="36" border="0" alt="Go to the main PHP \
                site"></a></td>
           <td class="footer"><a href="http://www.php.net/copyright.php" \
                target="_blank">Copyright 
-            &copy; 1997 - 2007 PHP Group</a><br>
+            &copy; 1997 - <?php echo date('Y', time()); ?> PHP Group</a><br>
             All rights reserved.</td>
         </tr>
       </table>

-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic