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

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 13 06:56:11 EST 2008


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

Modified Files:
	index.php 
Log Message:
Fixed SQL error in Admin search option (Thanks, Euan)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/links/index.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** index.php	29 Dec 2007 19:04:34 -0000	1.54
--- index.php	13 Jan 2008 11:56:09 -0000	1.55
***************
*** 9,13 ****
  // | Geeklog Links Plugin administration page.                                 |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2007 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog Links Plugin administration page.                                 |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 33,36 ****
--- 33,37 ----
  // +---------------------------------------------------------------------------+
  //
+ // $Id$
  
  /**
***************
*** 51,56 ****
   */
  
- // $Id$
- 
  require_once '../../../lib-common.php';
  require_once '../../auth.inc.php';
--- 52,55 ----
***************
*** 412,416 ****
              . "LEFT JOIN {$_TABLES['linkcategories']} AS c "
              . "ON l.cid=c.cid WHERE 1=1",
!         'query_fields' => array('title', 'category', 'url', 'description'),
          'default_filter' => COM_getPermSql ('AND', 0, 3, 'l')
      );
--- 411,415 ----
              . "LEFT JOIN {$_TABLES['linkcategories']} AS c "
              . "ON l.cid=c.cid WHERE 1=1",
!         'query_fields' => array('title', 'category', 'url', 'l.description'),
          'default_filter' => COM_getPermSql ('AND', 0, 3, 'l')
      );




More information about the geeklog-cvs mailing list