summaryrefslogtreecommitdiff
path: root/classes/Foreign_link.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Foreign_link.php')
-rw-r--r--classes/Foreign_link.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/Foreign_link.php b/classes/Foreign_link.php
index 0c6df8ffc..ba6624d06 100644
--- a/classes/Foreign_link.php
+++ b/classes/Foreign_link.php
@@ -2,9 +2,9 @@
/**
* Table Definition for foreign_link
*/
-require_once 'DB/DataObject.php';
+require_once 'classes/Memcached_DataObject.php';
-class Foreign_link extends DB_DataObject
+class Foreign_link extends Memcached_DataObject
{
###START_AUTOCODE
/* the code below is auto generated do not remove the above tag */
@@ -21,7 +21,7 @@ class Foreign_link extends DB_DataObject
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
/* Static get */
- function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Foreign_link',$k,$v); }
+ function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_link',$k,$v); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE