From fee9e26d039769fa187de9a0e12fafc195f537a6 Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 4 Jan 2005 11:20:44 +0000 Subject: [PATCH] Add an _table() (semi-static) method to get the table name. --- lib/foldermanagement/FolderDocTypeLink.inc | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/lib/foldermanagement/FolderDocTypeLink.inc b/lib/foldermanagement/FolderDocTypeLink.inc index 733495b..6efa968 100644 --- a/lib/foldermanagement/FolderDocTypeLink.inc +++ b/lib/foldermanagement/FolderDocTypeLink.inc @@ -38,6 +38,11 @@ class FolderDocTypeLink extends KTEntity { $this->iFolderID = $iNewFolderID; $this->iDocumentTypeID = $iNewDocumentTypeID; } + + function _table() { + global $default; + return $default->folder_doctypes_table; + } /** * Create the current folder in the database -- libgit2 0.21.4