From 83020ccc0385121e325c785d97cac58456a61e5c Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Thu, 30 Aug 2007 22:55:37 +0000 Subject: [PATCH] Removed require_once - it's not needed, and for some reason it makes PHP die on some servers git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41079 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/fieldtypes/Time.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/model/fieldtypes/Time.php b/core/model/fieldtypes/Time.php index 5c1de20fb..f6d9dc040 100755 --- a/core/model/fieldtypes/Time.php +++ b/core/model/fieldtypes/Time.php @@ -2,7 +2,6 @@ /** * Represents a column in the database with the type 'Time' */ -require_once("DBField.php"); class Time extends DBField {