From a3820b468d6d79af5ea053c4be359fe18b0258ca Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Mon, 7 Feb 2005 23:53:46 +0000 Subject: [PATCH] Don't import tableve when it's not used in the code --- appdbStats.php | 1 - maintainerdelete.php | 3 +-- maintainersubmit.php | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/appdbStats.php b/appdbStats.php index c674f67..b259245 100644 --- a/appdbStats.php +++ b/appdbStats.php @@ -5,7 +5,6 @@ include("path.php"); require(BASE."include/incl.php"); -require(BASE."include/tableve.php"); require(BASE."include/category.php"); require(BASE."include/maintainer.php"); diff --git a/maintainerdelete.php b/maintainerdelete.php index fab986b..2c819fd 100644 --- a/maintainerdelete.php +++ b/maintainerdelete.php @@ -8,13 +8,12 @@ */ include("path.php"); require(BASE."include/incl.php"); -require(BASE."include/tableve.php"); require(BASE."include/category.php"); require(BASE."include/application.php"); if(!$_SESSION['current']->isLoggedIn()) { - errorpage("You need to be logged in to apply to be a maintainer."); + errorpage("You need to be logged in to resign from being a maintainer."); exit; } diff --git a/maintainersubmit.php b/maintainersubmit.php index 8e662f8..2d10e3a 100644 --- a/maintainersubmit.php +++ b/maintainersubmit.php @@ -8,7 +8,6 @@ */ include("path.php"); require(BASE."include/incl.php"); -require(BASE."include/tableve.php"); require(BASE."include/category.php"); require(BASE."include/application.php");