[geeklog-cvs] Geeklog-1.x/plugins/links config.php,1.22,1.23

Dirk Haun dhaun at qs1489.pair.com
Tue Jan 1 16:10:27 EST 2008


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

Modified Files:
	config.php 
Log Message:
Removed duplicate settings


Index: config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/config.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** config.php	31 Dec 2007 13:25:48 -0000	1.22
--- config.php	1 Jan 2008 21:10:24 -0000	1.23
***************
*** 5,9 ****
  // | config.php   Links plugin configuration file                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 5,9 ----
  // | config.php   Links plugin configuration file                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 37,41 ****
   * @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>
--- 37,41 ----
   * @version 2.0
   * @since GL 1.4.0
!  * @copyright Copyright © 2005-2008
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @author Trinity Bays <trinity93 at steubentech.com>
***************
*** 162,181 ****
   * Whether to enable simple multilingual behaviour or not.
   *
-  */
- $_LI_CONF['enable_multilingual_links'] = false;
- 
- /**
-  * show category descriptions
-  * Whether to show subcategory descriptions when viewing a category or not.
-  *
-  * @global array $_LI_CONF['show_category_descriptions']
-  */
- $_LI_CONF['show_category_descriptions'] = true;
- 
- /**
-  * enable multilingual features
-  * Whether to enable simple multilingual behaviour or not.
-  *
-  * @global array $_LI_CONF['enable_multilingual_links']
   */
  $_LI_CONF['enable_multilingual_links'] = false;
--- 162,165 ----




More information about the geeklog-cvs mailing list