WebGUI 3.5.2 release

This commit is contained in:
JT Smith 2002-03-18 15:42:00 +00:00
parent 19fa8be10f
commit 81da4fe3af
6 changed files with 12 additions and 9 deletions

View file

@ -629,7 +629,7 @@ sub www_view {
}
$sth->finish;
unless ($flag) {
$output .= '<tr><td class="tableData" colspan="3">'.
$head .= '<tr><td class="tableData" colspan="3">'.
WebGUI::International::get(19,$namespace).'</td></tr>';
}
$p = WebGUI::Paginator->new($url,\@row,$data{paginateAfter});