[geeklog-cvs] geeklog-1.3/public_html submit.php,1.48.4.1,1.48.4.2

dhaun at geeklog.net dhaun at geeklog.net
Mon Jan 19 15:10:06 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv8329

Modified Files:
      Tag: geeklog_1_3_7sr2_1
	submit.php 
Log Message:
Removed unused piece of code.


Index: submit.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/submit.php,v
retrieving revision 1.48.4.1
retrieving revision 1.48.4.2
diff -C2 -d -r1.48.4.1 -r1.48.4.2
*** submit.php	5 Dec 2003 19:34:18 -0000	1.48.4.1
--- submit.php	19 Jan 2004 20:10:04 -0000	1.48.4.2
***************
*** 9,17 ****
  // |                                                                           |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000,2001 by the following authors:                         |
  // |                                                                           |
! // | Authors: Tony Bibbs       - tony at tonybibbs.com                            |
! // |          Mark Limburg     - mlimburg at users.sourceforge.net                |
! // |          Jason Wittenburg - jwhitten at securitygeeks.com                    |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
--- 9,17 ----
  // |                                                                           |
  // +---------------------------------------------------------------------------+
! // | 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                   |
  // +---------------------------------------------------------------------------+
  // |                                                                           |
***************
*** 722,729 ****
  if ($mode == $LANG12[8]) { // submit
      $display .= savesubmission($type,$HTTP_POST_VARS);
- } else if ($mode == $LANG12[52]) { // delete
-     if (!empty($eid)) {
-         DB_delete($_TABLES['personal_events'], 'eid',$eid,$_CONF['site_url'].'/calendar.php?mode=personal');
-     }  
  } else {
      switch($type) {
--- 722,725 ----





More information about the geeklog-cvs mailing list