[geeklog-cvs] Geeklog-1.x/public_html/admin topic.php,1.76,1.77

Dirk Haun dhaun at qs1489.pair.com
Sat Feb 16 07:03:18 EST 2008


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

Modified Files:
	topic.php 
Log Message:
Removed "changed by dengen" comments. These changes actually fix a missing </tr> tag. Thanks!


Index: topic.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/topic.php,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** topic.php	25 Nov 2007 06:58:55 -0000	1.76
--- topic.php	16 Feb 2008 12:03:16 -0000	1.77
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | topic.php                                                                 |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | topic.php                                                                 |
***************
*** 9,13 ****
  // | Geeklog topic administration page.                                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog topic administration page.                                        |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 378,391 ****
                  $topic_templates->set_var('begin_row','<tr align="center" valign="bottom">');
              } else {
! 
! // @@@@ changed by dengen 2007/09/05 ---------->>
! //              $topic_templates->set_var('end_row','');
! // @@@@ changed by dengen 2007/09/05 ----------||
!                 if ( $i == $nrows - 1 ) {
                      $topic_templates->set_var('end_row','</tr>');
                  } else {
                      $topic_templates->set_var('end_row','');
                  }
- // @@@@ changed by dengen 2007/09/05 ----------<<
  
                  $topic_templates->parse('list_row','item',true);
--- 378,386 ----
                  $topic_templates->set_var('begin_row','<tr align="center" valign="bottom">');
              } else {
!                 if ($i == $nrows - 1) {
                      $topic_templates->set_var('end_row','</tr>');
                  } else {
                      $topic_templates->set_var('end_row','');
                  }
  
                  $topic_templates->parse('list_row','item',true);
***************
*** 395,401 ****
          }
      }
- // @@@@ uncommented by dengen 2007/09/05 ---------->>
- //  $topic_templates->set_var('end_row','</tr>');
- // @@@@ uncommented by dengen 2007/09/05 ----------<<
      $topic_templates->parse('output', 'list');
      $retval .= $topic_templates->finish($topic_templates->get_var('output'));
--- 390,393 ----




More information about the geeklog-cvs mailing list