From 713802622b8c7a3775175919f8eba2d270890fa9 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 14 Sep 2007 01:24:30 +0000 Subject: [PATCH] pkrenn: Various database updates (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41703 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/fieldtypes/DBField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/fieldtypes/DBField.php b/core/model/fieldtypes/DBField.php index 272c48bf3..a536f1071 100644 --- a/core/model/fieldtypes/DBField.php +++ b/core/model/fieldtypes/DBField.php @@ -89,7 +89,7 @@ abstract class DBField extends ViewableData {
  • Name:{$this->name}
  • Table:{$this->tableName}
  • Value:{$this->value}
  • - + DBG; } }