Changeset 56 for trunk/egroupware


Ignore:
Timestamp:
Dec 7, 2007, 11:33:26 PM (16 years ago)
Author:
guille
Message:

se crrigio en linea 25 la variable new_passwd estaba mal escrita

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/egroupware/CTA/inc/class.uiCTA.inc.php

    r52 r56  
    2323                $username =$GLOBALS['egw_info']['user']['account_lid'];
    2424                $username_=str_replace("@","_",$GLOBALS['egw_info']['user']['account_lid']);
    25                 $crypted_passwd=_md5cr($data['ńew_passwd']);
     25                $crypted_passwd=_md5cr($data['new_passwd']);
    2626
    2727                $connect_sql=mysql_connect($db_host.":".$db_port,$db_pwd_user,$db_pwd_pass);
Note: See TracChangeset for help on using the changeset viewer.