Changeset 622bce2 in github
- Timestamp:
- Aug 1, 2012 1:03:28 PM (10 months ago)
- Children:
- 7dca45e, 0ed7034d
- Parents:
- 5cb8f9f
- File:
-
- 1 edited
-
program/include/rcube_user.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_user.php
r041c93c r622bce2 480 480 $standard = 1; 481 481 foreach ($email_list as $row) { 482 $record = array();482 $record = array(); 483 483 484 484 if (is_array($row)) { 485 $record = $row;485 $record = $row; 486 486 } 487 487 else { … … 489 489 } 490 490 491 if (empty($record['name']))492 $record['name'] = $user_name;491 if (empty($record['name'])) 492 $record['name'] = $user_name; 493 493 $record['name'] = strip_newlines($record['name']); 494 494 $record['user_id'] = $user_id; … … 496 496 497 497 $plugin = $rcube->plugins->exec_hook('identity_create', 498 array('login' => true, 'record' => $record));498 array('login' => true, 'record' => $record)); 499 499 500 500 if (!$plugin['abort'] && $plugin['record']['email']) {
Note: See TracChangeset
for help on using the changeset viewer.
