[geeklog-cvs] Geeklog-1.x/system lib-comment.php,1.61,1.62

Dirk Haun dhaun at qs1489.pair.com
Wed Jan 2 08:00:48 EST 2008


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

Modified Files:
	lib-comment.php 
Log Message:
Missing separator after "Parent" link


Index: lib-comment.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-comment.php,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** lib-comment.php	29 Dec 2007 12:18:02 -0000	1.61
--- lib-comment.php	2 Jan 2008 13:00:46 -0000	1.62
***************
*** 9,13 ****
  // | Geeklog comment library.                                                  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog comment library.                                                  |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 361,367 ****
                         . $A['pid'] . '&format=threaded';
              }
!             $template->set_var( 'parent_link', COM_createLink($LANG01[44], $plink));
          } else {
!             $template->set_var( 'parent_link', '');
          }
  
--- 361,368 ----
                         . $A['pid'] . '&format=threaded';
              }
!             $parent_link = COM_createLink($LANG01[44], $plink) . ' | ';
!             $template->set_var('parent_link', $parent_link);
          } else {
!             $template->set_var('parent_link', '');
          }
  




More information about the geeklog-cvs mailing list