Skip Menu |

This queue is for tickets about the DataTables CPAN distribution.

Report information
The Basics
Id: 83079
Status: resolved
Worked: 1 min
Priority: 0/
Queue: DataTables

People
Owner: violapiratejunky [...] gmail.com
Requestors: RIJ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: (no value)



Line 240: my $dsn = "dbi:mysql:$database:localhost:3306"; Should be: my $dsn = "dbi:mysql:$host:$port";
Subject: fixed
Hi, I've fixed it. Thanks for letting me know. Adam On Thu Jan 31 18:16:03 2013, RIJ wrote: Show quoted text
> Line 240: my $dsn = "dbi:mysql:$database:localhost:3306"; > Should be: > my $dsn = "dbi:mysql:$host:$port";