|
Hi!
When clicking on the first column (id) of my DBI-table I receive the following message:
"Use of initialized value in string eq at ../Table.pm line 294"
The source is:
$tkdbi = $view->DBITable(
-sql => $sql_query,
-dbh => $dbh,
-display_id => 1,
)->pack(expand => 0, -fill => 'both');
It only occurs when clicking (=sorting) on the first column.
Any ideas? - Thanks,
Ton |