[geeklog-cvs] Geeklog-1.x/public_html/admin moderation.php, 1.114, 1.115

Dirk Haun dhaun at qs1489.pair.com
Sun Nov 25 10:09:11 EST 2007


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

Modified Files:
	moderation.php 
Log Message:
Patch by Joe Mucchiello for places in the code where the template library was used incorrectly


Index: moderation.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/moderation.php,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** moderation.php	25 Nov 2007 06:58:55 -0000	1.114
--- moderation.php	25 Nov 2007 15:09:08 -0000	1.115
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | moderation.php                                                            |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | moderation.php                                                            |
***************
*** 9,13 ****
  // | Geeklog main administration page.                                         |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog main administration page.                                         |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 126,129 ****
--- 126,130 ----
                          'lang' => $LANG01[98], 'image' => '/images/icons/plugins.')
      );
+     $admin_templates->set_var('cc_icon_width', floor(100/ICONS_PER_ROW));
  
      for ($i = 0; $i < count ($cc_arr); $i++) {
***************
*** 195,199 ****
      }
  
-     $admin_templates->set_var('cc_icon_width', floor(100/ICONS_PER_ROW));
      if($cols > 0) {
          // "flush out" any unrendered entries
--- 196,199 ----




More information about the geeklog-cvs mailing list