Several enhancements to the wobject architecture.
This commit is contained in:
parent
62b2066a85
commit
b491e0f922
3 changed files with 9 additions and 7 deletions
|
|
@ -207,7 +207,10 @@ sub page {
|
|||
$wobject = \%hash;
|
||||
$cmd = "WebGUI::Wobject::".${$wobject}{namespace};
|
||||
$w = $cmd->new($wobject);
|
||||
$contentHash{${$wobject}{templatePosition}} .= '<a name="'.${$wobject}{wobjectId}.'"></a>'.$w->www_view."<p>\n\n";
|
||||
if ($w->inDateRange) {
|
||||
$contentHash{${$wobject}{templatePosition}} .= '<a name="'.${$wobject}{wobjectId}.'"></a>'
|
||||
.$w->www_view."<p>\n\n";
|
||||
}
|
||||
}
|
||||
$sth->finish;
|
||||
$cmd = "use WebGUI::Template::".$session{page}{template};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue