Skip to content

Commit

Permalink
Merge pull request chanmix51#77 from Ptidel/master
Browse files Browse the repository at this point in the history
Fix typo in documentation.rst
  • Loading branch information
chanmix51 committed Apr 8, 2013
2 parents 2e84507 + e2849a0 commit 9f12560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/documentation.rst
Expand Up @@ -775,7 +775,7 @@ The following example show how to modify the fields for a table containing user
$alias = is_null($alias) ? $alias."." : '';

// We do never retrieve password informations
unset($fields['password'];
unset($fields['password']);

// Add gravatar id in the select
$fields['gravatar'] = sprintf("md5(%s.email_address)", $alias);
Expand Down

0 comments on commit 9f12560

Please sign in to comment.