Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2011 at 19:37 UTC
Updated:
18 Feb 2011 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
cweagansOh, link is here: http://api.drupal.org/api/drupal/modules--user--user.module/function/use...
Comment #2
cweagansPer this link, it should now be drupal_save_session()
http://drupal.org/node/218104
Comment #3
rschwab commentedYep, this is a true story. A grep confirms this is the last place session_save_session is referenced in D7.
Comment #4
cweagansThat'll do it. This patch can be committed to 7 since it's just a doc fix, right?
Comment #5
jhodgdonI second the motion on this patch.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks.