removed the notion of scripturl since it's no longer necessary with the modperl handler
This commit is contained in:
parent
784a0c3986
commit
9e37cdd9a2
8 changed files with 11 additions and 42 deletions
|
|
@ -341,7 +341,7 @@ sub getListTemplateVars {
|
|||
$fields->finish;
|
||||
$var->{field_loop} = \@fieldLoop;
|
||||
my @recordLoop;
|
||||
$entries = WebGUI::SQL->read("select ipAddress,username,userid,submissionDate,DataForm_entryId from DataForm_entry
|
||||
my $entries = WebGUI::SQL->read("select ipAddress,username,userid,submissionDate,DataForm_entryId from DataForm_entry
|
||||
where assetId=".quote($self->getId)." order by submissionDate desc");
|
||||
while (my $record = $entries->hashRef) {
|
||||
my @dataLoop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue