[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/links index.php, 1.53, 1.54

Dirk Haun dhaun at qs1489.pair.com
Sat Dec 29 14:04:37 EST 2007


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

Modified Files:
	index.php 
Log Message:
Fixed warnings etc. Some source code cosmetics.


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/links/index.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** index.php	25 Nov 2007 06:58:55 -0000	1.53
--- index.php	29 Dec 2007 19:04:34 -0000	1.54
***************
*** 3,7 ****
  // Reminder: always indent with 4 spaces (no tabs).
  // +---------------------------------------------------------------------------+
! // | Links Plugin 1.0                                                          |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
--- 3,7 ----
  // Reminder: always indent with 4 spaces (no tabs).
  // +---------------------------------------------------------------------------+
! // | Links Plugin 2.0                                                          |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
***************
*** 9,13 ****
  // | Geeklog Links Plugin administration page.                                 |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog Links Plugin administration page.                                 |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 40,46 ****
   * @subpackage admin
   * @filesource
!  * @version 1.0
   * @since GL 1.4.0
!  * @copyright Copyright © 2005-2006
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @author Trinity Bays <trinity93 at steubentech.com>
--- 40,46 ----
   * @subpackage admin
   * @filesource
!  * @version 2.0
   * @since GL 1.4.0
!  * @copyright Copyright © 2005-2007
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @author Trinity Bays <trinity93 at steubentech.com>
***************
*** 53,58 ****
  // $Id$
  
! require_once ('../../../lib-common.php');
! require_once ('../../auth.inc.php');
  
  // Uncomment the lines below if you need to debug the HTTP variables being passed
--- 53,58 ----
  // $Id$
  
! require_once '../../../lib-common.php';
! require_once '../../auth.inc.php';
  
  // Uncomment the lines below if you need to debug the HTTP variables being passed
***************
*** 346,351 ****
  function listlinks ()
  {
!     global $_CONF, $_TABLES, $LANG_ADMIN, $LANG_LINKS_ADMIN, $LANG_ACCESS, $_IMAGE_TYPE;
!     require_once( $_CONF['path_system'] . 'lib-admin.php' );
      $retval = '';
  
--- 346,354 ----
  function listlinks ()
  {
!     global $_CONF, $_TABLES, $LANG_ADMIN, $LANG_LINKS_ADMIN, $LANG_ACCESS,
!            $_IMAGE_TYPE;
! 
!     require_once $_CONF['path_system'] . 'lib-admin.php';
! 
      $retval = '';
  
***************
*** 381,384 ****
--- 384,388 ----
          $menu_arr[] = array('url' => $_CONF['site_admin_url'] . '/plugins/links/index.php?validate=enabled',
                'text' => $LANG_LINKS_ADMIN[26]);
+         $form_arr = array();
          $validate_help = '';
      }




More information about the geeklog-cvs mailing list