--- trunk/tntnet/dynamic/template.ecpp 2007/11/28 17:00:45 82 +++ trunk/tntnet/dynamic/template.ecpp 2007/11/28 17:03:27 83 @@ -12,9 +12,7 @@ <&header title="--Template--"> <{ -tntdb::Connection conn; - -conn = tntdb::connect(dburl); //letting exceptions flow up and to tntnet and let it display an error message +tntdb::Connection conn = tntdb::connect(dburl); }>