a few last second bug fixes

This commit is contained in:
JT Smith 2004-07-14 19:40:01 +00:00
parent 0527e7bf39
commit efbb31b7dc
6 changed files with 6 additions and 35 deletions

View file

@ -494,7 +494,6 @@ sub _getContentTypes {
'content' => WebGUI::International::get(21,$self->get("namespace")),
'discussion' => WebGUI::International::get(892),
'profile' => WebGUI::International::get(22,$self->get("namespace")),
#'help' => WebGUI::International::get(93),
'any' => WebGUI::International::get(23,$self->get("namespace")),
);
tie my %contentTypes, 'Tie::IxHash';

View file

@ -459,7 +459,7 @@ sub indexDocument {
quote($self->getIndexName).", ".
($document->{pageId} || 0).", ".
($document->{wobjectId} || 0).", ".
($document->{languageId} || quote('')).", ".
quote($document->{languageId}).", ".
quote($document->{namespace} || 'WebGUI')." , ".
quote($document->{location}).", ".
($document->{page_groupIdView} || 7).", ".