[geeklog-cvs] geeklog-1.3/public_html/admin/install install.php,1.73,1.74

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Jan 16 14:14:31 EST 2005


Update of /var/cvs/geeklog-1.3/public_html/admin/install
In directory www:/tmp/cvs-serv29742/public_html/admin/install

Modified Files:
	install.php 
Log Message:
Added support for sending and receiving trackback comments (Feature Request #34)


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/install/install.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** install.php	2 Jan 2005 18:05:43 -0000	1.73
--- install.php	16 Jan 2005 19:14:29 -0000	1.74
***************
*** 9,18 ****
  // | Geeklog installation script.                                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2004 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs        - tony at tonybibbs.com                           |
! // |          Mark Limburg      - mlimburg at users.sourceforge.net               |
! // |          Jason Whittenburg - jwhitten at securitygeeks.com                   |
! // |          Dirk Haun         - dirk at haun-online.de                          |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
--- 9,18 ----
  // | Geeklog installation script.                                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2005 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
! // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
! // |          Jason Whittenburg - jwhitten AT securitygeeks DOT com            |
! // |          Dirk Haun         - dirk AT haun-online DOT de                   |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
***************
*** 49,53 ****
  }
  if (!defined ('VERSION')) {
!     define('VERSION', '1.3.11');
  }
  
--- 49,53 ----
  }
  if (!defined ('VERSION')) {
!     define('VERSION', '1.3.12');
  }
  
***************
*** 678,681 ****
--- 678,692 ----
              $_SQL = '';
              break;
+ 
+     case '1.3.11':
+             require_once ($_CONF['path'] . 'sql/updates/' . $_DB_dbms . '_1.3.11_to_1.3.12.php');
+             for ($i = 0; $i < count ($_SQL); $i++) {
+                 DB_query (current ($_SQL));
+                 next ($_SQL);
+             }
+             $current_gl_version = '1.3.12';
+             $_SQL = '';
+             break;
+ 
          default:
              $done = true;
***************
*** 688,693 ****
  if (isset ($_POST['page'])) {
      $page = $_POST['page'];
! }
! else {
      $page = 0;
  }
--- 699,703 ----
  if (isset ($_POST['page'])) {
      $page = $_POST['page'];
! } else {
      $page = 0;
  }




More information about the geeklog-cvs mailing list