FishEye
Search
Changelog
Browse
Help
osCommerce
:/
branches
/
hpdl
/
oscommerce
/.../
includes
/
applications
/
administrators
/
classes
/
administrators.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1863
1851
1850
1497
1491
1446
1392
1391
1374
1329
1295
1200
1863
1851
1850
1497
1491
1446
1392
1391
1374
1329
1295
1200
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
1295
1391
1391
administrators.php
67
67
$Qadmin = $osC_Database->query('update :table_administrators set user_name = :user_name');
68
68
69
69
if ( isset($data['password']) && !empty($data['password']) ) {
70
-
$Qadmin->appendQuery('
and
user_password = :user_password');
70
+
$Qadmin->appendQuery('
,
user_password = :user_password');
71
71
$Qadmin->bindValue(':user_password', osc_encrypt_string(trim($data['password'])));
72
72
}
73
73