--- trunk/tntnet/dynamic/adm_customer_list.ecpp 2007/11/29 13:59:21 101 +++ trunk/tntnet/dynamic/adm_customer_list.ecpp 2007/12/06 10:18:40 171 @@ -26,7 +26,7 @@

Customers administration

Create new customer
- +
<{ tntdb::Connection conn = tntdb::connect(dburl); @@ -38,17 +38,18 @@ std::ostream& out = reply.out(); if (res.size() > 0) { - out << ""; + out << ""; } else {