From e1988436297b259cf5525078904d2b42752d3575 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Apr 2011 08:16:35 +0800 Subject: [PATCH] DataObjects/ProjectDirectory.php --- DataObjects/ProjectDirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/ProjectDirectory.php b/DataObjects/ProjectDirectory.php index 42398011..aeb21f2e 100644 --- a/DataObjects/ProjectDirectory.php +++ b/DataObjects/ProjectDirectory.php @@ -32,7 +32,7 @@ class Pman_Core_DataObjects_ProjectDirectory extends DB_DataObject function toEventString() { $p = $this->person(); - // this is weird... company is in the person.. + // this is weird... company is in the person.. - effieciency?? $c = DB_DataObject::factory('Companies'); $c->get($this->company_id); $pr = DB_DataObject::factory('Projects'); -- 2.39.2