--- trunk/tntnet/dynamic/template.ecpp 2007/11/28 14:00:17 78 +++ trunk/tntnet/dynamic/template.ecpp 2007/12/08 16:47:03 195 @@ -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::connectCached(dburl); }>