--- trunk/tntnet/dynamic/adm_installation_list.ecpp 2007/12/02 20:26:43 126 +++ trunk/tntnet/dynamic/adm_installation_list.ecpp 2007/12/08 16:47:03 195 @@ -31,12 +31,12 @@

Installation administration for <$ name $>

-<<Back to customer list
+<<Back to customer list

Create new installation
<{ -tntdb::Connection conn = tntdb::connect(dburl); +tntdb::Connection conn = tntdb::connectCached(dburl); std::stringstream query; query << "SELECT id,description FROM installation WHERE customerid=" << customerid << " ORDER BY description ASC";