diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-02-19 00:14:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-02-19 00:14:03 +0000 |
commit | 8813c4cc5198729efc302c724c244c110090eb87 (patch) | |
tree | 805a547bc3591d743f0f7692727bbaf1603a018f | |
parent | fa39282ef779a331ba2e3096f791c5a663994e16 (diff) | |
download | brdo-8813c4cc5198729efc302c724c244c110090eb87.tar.gz brdo-8813c4cc5198729efc302c724c244c110090eb87.tar.bz2 |
- Patch #847324 by jhodgdon, yang_yi_cn: fix formatting of documentation.
-rw-r--r-- | modules/user/user.module | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 80a9eafe8..aedd7217d 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -326,9 +326,10 @@ class UserController extends DrupalDefaultEntityController { * user. So to avoid confusion and to avoid clobbering the global $user object, * it is a good idea to assign the result of this function to a different local * variable, generally $account. If you actually do want to act as the user you - * are loading, it is essential to call @code drupal_save_session(FALSE); - * @endcode first. See @link http://drupal.org/node/218104 Safely impersonating - * another user @endlink for more information. + * are loading, it is essential to call drupal_save_session(FALSE); first. + * See + * @link http://drupal.org/node/218104 Safely impersonating another user @endlink + * for more information. * * @param $uid * Integer specifying the user ID to load. |