--- trunk/tntnet/dynamic/adm_installation_list.ecpp 2007/11/29 13:59:21 101 +++ 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"; @@ -47,7 +47,7 @@ if (res.size() > 0) { out << "
    "; - for (int i=0; i