diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-31 18:03:54 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-31 18:03:54 +0000 |
| commit | bbe066c36a81a77aff551f317ff2bfa0e223ba55 (patch) | |
| tree | 4200a2a95934f5f610a1596c6694c0701e56b893 /Pigeonholes.php | |
| parent | bfbe8fb398e252ea50209e169d61d2a8cf42b9ec (diff) | |
| download | pigeonholes-bbe066c36a81a77aff551f317ff2bfa0e223ba55.tar.gz pigeonholes-bbe066c36a81a77aff551f317ff2bfa0e223ba55.tar.bz2 pigeonholes-bbe066c36a81a77aff551f317ff2bfa0e223ba55.zip | |
extend LibertyContent instead of LibertyAttachable to reduce load
Diffstat (limited to 'Pigeonholes.php')
| -rw-r--r-- | Pigeonholes.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index 9eeb205..7f9654c 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.59 2006/05/15 13:10:48 sylvieg Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.60 2006/05/31 18:03:54 squareing Exp $ * * +----------------------------------------------------------------------+ * | Copyright ( c ) 2004, bitweaver.org @@ -17,7 +17,7 @@ * Pigeonholes class * * @author xing <xing@synapse.plus.com> - * @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', |
