[geeklog-cvs] Geeklog-1.x/plugins/links/sql mssql_install.php, 1.5, 1.6 mysql_install.php, 1.7, 1.8 upgrade_1.0.1_2.mysql.php, 1.4, NONE

Dirk Haun dhaun at qs1489.pair.com
Sat Apr 12 09:21:36 EDT 2008


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

Modified Files:
	mssql_install.php mysql_install.php 
Removed Files:
	upgrade_1.0.1_2.mysql.php 
Log Message:
Fixed lid size (should be 40)


Index: mssql_install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/sql/mssql_install.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mssql_install.php	28 Aug 2007 07:33:30 -0000	1.5
--- mssql_install.php	12 Apr 2008 13:21:34 -0000	1.6
***************
*** 7,11 ****
  // | Installation SQL                                                          |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 7,11 ----
  // | Installation SQL                                                          |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 13,17 ****
  // |          Jason Whittenburg - jwhitten AT securitygeeks DOT com            |
  // |          Dirk Haun         - dirk AT haun-online DOT de                   |
! // |          Trinity Bays      - trinity AT steubentech DOT com               |
  // |          Randy Kolenko     - randy AT nextide DOT ca                      |
  // +---------------------------------------------------------------------------+
--- 13,17 ----
  // |          Jason Whittenburg - jwhitten AT securitygeeks DOT com            |
  // |          Dirk Haun         - dirk AT haun-online DOT de                   |
! // |          Trinity Bays      - trinity93 AT gmail DOT com               |
  // |          Randy Kolenko     - randy AT nextide DOT ca                      |
  // +---------------------------------------------------------------------------+
***************
*** 42,46 ****
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 at steubentech.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
--- 42,46 ----
   * @copyright Copyright © 2005
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 at gmail.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>

--- upgrade_1.0.1_2.mysql.php DELETED ---

Index: mysql_install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/sql/mysql_install.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mysql_install.php	1 Jan 2008 17:51:54 -0000	1.7
--- mysql_install.php	12 Apr 2008 13:21:34 -0000	1.8
***************
*** 13,17 ****
  // |          Jason Whittenburg - jwhitten AT securitygeeks DOT com            |
  // |          Dirk Haun         - dirk AT haun-online DOT de                   |
! // |          Trinity Bays      - trinity AT steubentech DOT com               |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
--- 13,17 ----
  // |          Jason Whittenburg - jwhitten AT securitygeeks DOT com            |
  // |          Dirk Haun         - dirk AT haun-online DOT de                   |
! // |          Trinity Bays      - trinity93 AT gmail DOT com               |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
***************
*** 42,46 ****
   * @copyright Copyright © 2005-2008
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 at steubentech.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
--- 42,46 ----
   * @copyright Copyright © 2005-2008
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
!  * @author Trinity Bays <trinity93 at gmail.com>
   * @author Tony Bibbs <tony at tonybibbs.com>
   * @author Tom Willett <twillett at users.sourceforge.net>
***************
*** 73,77 ****
  $_SQL[] = "
  CREATE TABLE {$_TABLES['links']} (
!   lid varchar(20) NOT NULL default '',
    cid varchar(32) default NULL,
    url varchar(255) default NULL,
--- 73,77 ----
  $_SQL[] = "
  CREATE TABLE {$_TABLES['links']} (
!   lid varchar(40) NOT NULL default '',
    cid varchar(32) default NULL,
    url varchar(255) default NULL,
***************
*** 94,98 ****
  $_SQL[] = "
  CREATE TABLE {$_TABLES['linksubmission']} (
!   lid varchar(20) NOT NULL default '',
    cid varchar(32) default NULL,
    url varchar(255) default NULL,
--- 94,98 ----
  $_SQL[] = "
  CREATE TABLE {$_TABLES['linksubmission']} (
!   lid varchar(40) NOT NULL default '',
    cid varchar(32) default NULL,
    url varchar(255) default NULL,




More information about the geeklog-cvs mailing list