DataObjects/Core_curr_rate.php
[Pman.Core] / DataObjects / ProjectDirectory.php
index 776013a..4342af7 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 /**
  * Table Definition for ProjectDirectory
+ *
+ * Note - projectdirectory is linked to this - due to an issue with postgres - we should keep to lowercase names only for tables..
+ * 
  */
 require_once 'DB/DataObject.php';
 
@@ -97,7 +100,7 @@ class Pman_Core_DataObjects_ProjectDirectory extends DB_DataObject
         //echo '<PRE>';print_R($this);exit;
         
         if (is_array($pr)) {
-            $c->whereAddIn("{$this.tableName()}.project_id", $pr, 'int');
+            $c->whereAddIn("{$this->tableName()}.project_id", $pr, 'int');
         } else {
             $c->project_id = $pr->id;
         }