From: Andrew H. <hu...@ll...> - 2003-07-22 00:34:37
|
Probably already fixed, but a small bugfix. OpenInteract.pm: Change line 243 from warn "Found item: ", ref( $db ), "\n"; to $R->DEBUG && warn "Found item: ", ref( $db ), "\n"; to save the log files of much: Found item: Apache::DBI::db Found item: Apache::DBI::db Found item: Apache::DBI::db Found item: Apache::DBI::db Found item: Apache::DBI::db (one for every request) -Andrew |