From bbe066c36a81a77aff551f317ff2bfa0e223ba55 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Wed, 31 May 2006 18:03:54 +0000 Subject: extend LibertyContent instead of LibertyAttachable to reduce load --- Pigeonholes.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Pigeonholes.php') diff --git a/Pigeonholes.php b/Pigeonholes.php index 9eeb205..7f9654c 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ - * @version $Revision: 1.59 $ + * @version $Revision: 1.60 $ * @package pigeonholes */ @@ -32,7 +32,7 @@ require_once( LIBERTY_PKG_PATH.'LibertyStructure.php' ); * * @package pigeonholes */ -class Pigeonholes extends LibertyAttachable { +class Pigeonholes extends LibertyContent { /** * initiate class * @param $pContentId content id of the pigeonhole - use either one of the ids. @@ -41,7 +41,7 @@ class Pigeonholes extends LibertyAttachable { * @access public **/ function Pigeonholes( $pStructureId=NULL, $pContentId=NULL ) { - LibertyAttachable::LibertyAttachable(); + LibertyContent::LibertyContent(); $this->registerContentType( PIGEONHOLES_CONTENT_TYPE_GUID, array( 'content_type_guid' => PIGEONHOLES_CONTENT_TYPE_GUID, 'content_description' => 'Pigeonhole', -- cgit v1.3