Index: trunk/kernel/units/user_profile/user_profile_config.php =================================================================== diff -u -N --- trunk/kernel/units/user_profile/user_profile_config.php (revision 8796) +++ trunk/kernel/units/user_profile/user_profile_config.php (revision 0) @@ -1,36 +0,0 @@ - 'user-profile', - 'ItemClass' => Array('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), - 'ListClass' => Array('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), - 'EventHandlerClass' => Array('class' => 'UserProfileEventHandler', 'file' => 'user_profile_eh.php', 'build_event' => 'OnBuild'), - 'TagProcessorClass' => Array('class' => 'UserProfileTagProcessor', 'file' => 'user_profile_tp.php', 'build_event' => 'OnBuild'), - - 'QueryString' => Array ( - 1 => 'id', - 2 => 'Page', - 3 => 'event', - 4 => 'mode', - ), - - 'IDField' => 'VariableName', - 'TableName' => TABLE_PREFIX.'PersistantSessionData', - - 'ForeignKey' => 'PortalUserId', - 'ParentTableKey' => 'PortalUserId', - 'ParentPrefix' => 'u', - 'AutoDelete' => true, - 'AutoClone' => true, - - 'ListSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s',), - 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s',), - - 'Fields' => Array ( - 'PortalUserId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'VariableName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), - 'VariableValue' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), - ), - ); - -?> \ No newline at end of file