Closed (fixed)
Project:
Drush
Component:
SQL
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 20:55 UTC
Updated:
10 Aug 2011 at 02:21 UTC
Ran into this today when setting a custom sanitization email:
$options['sanitize-email'] = '%login@example.com';
That'll replace it with their last login timestamp. Surely we meant "name" their instead, no? Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| sql-sanitize-username-bug.patch | 1.24 KB | msonnabaum |
Comments
Comment #1
greg.1.anderson commentedYou are absolutely correct; committed to master. I also updated the help text to match the change (as a second commit, because I didn't notice right away).
http://drupalcode.org/project/drush.git/commit/0fe861d
http://drupalcode.org/project/drush.git/commit/70bb547
Comment #2
moshe weitzman commentedCommitted to 4.