[Formatted file and use global PHP_SELF Tijmen de Mes **20180418110803 Ignore-this: fe99f06b4106cb2b43ec8cc47ff8a03e ] hunk ./library/login_accounts.php 568 - global $auth, $perm, $verbose, $search_text; + global $auth, $perm, $verbose, $search_text, $PHP_SELF; hunk ./library/login_accounts.php 571 - $db = new DB_CDRTool; + $db = new DB_CDRTool; hunk ./library/login_accounts.php 573 - $query="select * from auth_user"; + $query = "select * from auth_user"; hunk ./library/login_accounts.php 575 - $query.= sprintf(" where user_id = '%s'", addslashes($uid)); + $query .= sprintf(" where user_id = '%s'", addslashes($uid)); hunk ./library/login_accounts.php 589 - "; + "; hunk ./library/login_accounts.php 626 - - $name - $organization - $username - $email - $tel - $sources - $expire - + + $name + $organization + $username + $email + $tel + $sources + $expire +