Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3679 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Jul 16, 2005
1 parent 898299a commit 9844fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions login_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: login_page.php,v 1.48 2005-07-16 12:19:30 prichards Exp $
# $Id: login_page.php,v 1.49 2005-07-16 12:20:59 prichards Exp $
# --------------------------------------------------------

# Login page POSTs results to login.php
Expand Down Expand Up @@ -172,7 +172,6 @@
}

# Check for db upgrade for versions > 1.0.0 using new
$t_db_version = config_get( 'database_version' , 0 );
require_once( 'admin/schema.php' );
$t_upgrades_reqd = sizeof( $upgrade ) - 1;

Expand Down

0 comments on commit 9844fb1

Please sign in to comment.