/[dolibarr]/dolibarr/htdocs/user.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/user.class.php

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

revision 1.69 by eldy, Tue Sep 13 08:10:05 2005 UTC revision 1.70 by eldy, Mon Sep 26 01:10:06 2005 UTC
# Line 691  class User Line 691  class User
691          $sql .= " name = '$this->nom'";          $sql .= " name = '$this->nom'";
692          $sql .= ", firstname = '$this->prenom'";          $sql .= ", firstname = '$this->prenom'";
693          $sql .= ", login = '$this->login'";          $sql .= ", login = '$this->login'";
694            if ($this->pass) $sql .= ", pass = '$this->pass'";
695            $sql .= ", admin = $this->admin";
696          $sql .= ", office_phone = '$this->office_phone'";          $sql .= ", office_phone = '$this->office_phone'";
697          $sql .= ", office_fax = '$this->office_fax'";          $sql .= ", office_fax = '$this->office_fax'";
698          $sql .= ", user_mobile = '$this->user_mobile'";          $sql .= ", user_mobile = '$this->user_mobile'";
699          $sql .= ", email = '$this->email'";          $sql .= ", email = '$this->email'";
         $sql .= ", admin = $this->admin";  
700          $sql .= ", webcal_login = '$this->webcal_login'";          $sql .= ", webcal_login = '$this->webcal_login'";
701          $sql .= ", code = '$this->code'";          $sql .= ", code = '$this->code'";
702          $sql .= ", note = '$this->note'";          $sql .= ", note = '$this->note'";

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26