--- loncom/interface/lonmysql.pm 2005/04/07 06:56:23 1.29 +++ loncom/interface/lonmysql.pm 2005/04/11 15:33:46 1.30 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # MySQL utility functions # -# $Id: lonmysql.pm,v 1.29 2005/04/07 06:56:23 albertel Exp $ +# $Id: lonmysql.pm,v 1.30 2005/04/11 15:33:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -478,6 +478,7 @@ Be careful. ############################### sub get_dbh { return undef if (! defined(&connect_to_db())); + &Apache::lonnet::logthis("reconnect set to ".$dbh->{mysql_auto_reconnect}); return $dbh; }