[geeklog-cvs] Geeklog-1.x/public_html directory.php,1.18,1.19

Dirk Haun dhaun at qs1489.pair.com
Fri Jun 20 15:12:58 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv72405/public_html

Modified Files:
	directory.php 
Log Message:
Removed unnecessary code ($day is overwritten in the next line)


Index: directory.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/directory.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** directory.php	25 Nov 2007 06:55:07 -0000	1.18
--- directory.php	20 Jun 2008 19:12:56 -0000	1.19
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | directory.php                                                             |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | directory.php                                                             |
***************
*** 9,13 ****
  // | Directory of all the stories on a Geeklog site.                           |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2004-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Dirk Haun         - dirk AT haun-online DOT de                   |
--- 9,13 ----
  // | Directory of all the stories on a Geeklog site.                           |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2004-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Dirk Haun         - dirk AT haun-online DOT de                   |
***************
*** 289,295 ****
                  }
  
-                 $curtime = COM_getUserDateTimeFormat ($A['day']);
-                 $day = $curtime[0];
- 
                  $day = strftime ($_CONF['shortdate'], $A['day']);
  
--- 289,292 ----




More information about the geeklog-cvs mailing list