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

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

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

revision 92 by torben, Thu Nov 29 05:21:04 2007 UTC revision 93 by torben, Thu Nov 29 07:34:54 2007 UTC
# Line 50  tntdb::Connection conn = tntdb::connect( Line 50  tntdb::Connection conn = tntdb::connect(
50  std::string submit = qparam.param("submit");  std::string submit = qparam.param("submit");
51  if (submit == "1")  if (submit == "1")
52  {  {
53          std::string form_name = qparam.param("name");          std::string form_name = trim(qparam.param("name"));
54          std::string form_address = qparam.param("address");          std::string form_address = trim(qparam.param("address"));
55          std::string form_phone = qparam.param("phone");          std::string form_phone = trim(qparam.param("phone"));
56          std::string form_contact = qparam.param("contact");          std::string form_contact = trim(qparam.param("contact"));
57    
58    
59          if (id == -1)          if (id == -1)

Legend:
Removed from v.92  
changed lines
  Added in v.93

  ViewVC Help
Powered by ViewVC 1.1.20