Fixed a typo.
This commit is contained in:
parent
daea77d516
commit
d843d50c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ sub quickArray {
|
|||
|
||||
=cut
|
||||
|
||||
sub quickTab {
|
||||
sub quickCSV {
|
||||
my ($sth, $output, @data);
|
||||
$sth = WebGUI::SQL->new($_[1],$_[2]);
|
||||
$output = join(",",$sth->getColumnNames)."\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue