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

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

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

revision 126 by torben, Sun Dec 2 20:26:43 2007 UTC revision 195 by torben, Sat Dec 8 16:47:03 2007 UTC
# Line 31  if (!isAdmin) Line 31  if (!isAdmin)
31  </&header>  </&header>
32  <h2>User administration</h2>  <h2>User administration</h2>
33    
34  <a href="adm_user_edit?id=-1">Create new user</a><br>  <a href="adm_user_edit?id=-1">Create new user</a><br><br>
35    
36    
37  <{  <{
38  tntdb::Connection conn = tntdb::connect(dburl);  tntdb::Connection conn = tntdb::connectCached(dburl);
39    
40  std::string query = "SELECT id, realname, username FROM users ORDER BY username ASC";  std::string query = "SELECT id, realname, username FROM users ORDER BY username ASC";
41    

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

  ViewVC Help
Powered by ViewVC 1.1.20