[geeklog-cvs] Geeklog-1.x/system lib-admin.php,1.124,1.125

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


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

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


Index: lib-admin.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-admin.php,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** lib-admin.php	25 Nov 2007 06:55:07 -0000	1.124
--- lib-admin.php	25 Nov 2007 15:09:09 -0000	1.125
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | lib-admin.php                                                             |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | lib-admin.php                                                             |
***************
*** 313,317 ****
          $admin_templates->set_var('last_query', COM_applyFilter($query));
          $admin_templates->set_var('filter', $filter);
-         $admin_templates->parse('search_menu', 'search', true);
      }
  
--- 313,316 ----
***************
*** 456,459 ****
--- 455,459 ----
          $admin_templates->set_var ('records_found',
                                     COM_numberFormat ($num_rows));
+         $admin_templates->parse('search_menu', 'search', true);
      }
  




More information about the geeklog-cvs mailing list