/[H9]/trunk/tntnet/dynamic/adm_installation_list.ecpp
ViewVC logotype

Diff of /trunk/tntnet/dynamic/adm_installation_list.ecpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 194 by torben, Thu Dec 6 10:18:40 2007 UTC revision 195 by torben, Sat Dec 8 16:47:03 2007 UTC
# Line 36  if (userName.size() == 0) Line 36  if (userName.size() == 0)
36    
37    
38  <{  <{
39  tntdb::Connection conn = tntdb::connect(dburl);  tntdb::Connection conn = tntdb::connectCached(dburl);
40    
41  std::stringstream query;  std::stringstream query;
42  query << "SELECT id,description FROM installation WHERE customerid=" << customerid << " ORDER BY description ASC";  query << "SELECT id,description FROM installation WHERE customerid=" << customerid << " ORDER BY description ASC";

Legend:
Removed from v.194  
changed lines
  Added in v.195

  ViewVC Help
Powered by ViewVC 1.1.20