From d770785b05e10c6359f581450326ebc26646a78c Mon Sep 17 00:00:00 2001 From: wjames5 Date: Sat, 17 Apr 2010 22:46:10 +0000 Subject: SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriate --- Pigeonholes.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Pigeonholes.php') diff --git a/Pigeonholes.php b/Pigeonholes.php index 312dc76..7ed0106 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ - * @version $Revision: 1.131 $ + * @version $Revision: 1.132 $ * @package pigeonholes */ @@ -45,7 +45,7 @@ class Pigeonholes extends LibertyMime { LibertyMime::LibertyMime(); $this->registerContentType( PIGEONHOLES_CONTENT_TYPE_GUID, array( 'content_type_guid' => PIGEONHOLES_CONTENT_TYPE_GUID, - 'content_description' => 'Pigeonhole', + 'content_name' => 'Pigeonhole', 'handler_class' => 'Pigeonholes', 'handler_package' => 'pigeonholes', 'handler_file' => 'Pigeonholes.php', @@ -175,7 +175,7 @@ class Pigeonholes extends LibertyMime { $query = " SELECT pigm.*, lc.`content_id`, lc.`last_modified`, lc.`user_id`, lc.`title`, lc.`content_type_guid`, lc.`created`, - lct.`content_description`, lcds.`data` AS `summary`, + lct.`content_name`, lcds.`data` AS `summary`, uu.`login`, uu.`real_name`, lf.`storage_path` $select FROM `".BIT_DB_PREFIX."pigeonhole_members` pigm INNER JOIN `".BIT_DB_PREFIX."pigeonholes` pig ON ( pig.`content_id` = pigm.`parent_id` ) -- cgit v1.3