commit | 92a17b18ef42ee310234cdbe57374e6a59169bb9 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Tue Aug 07 19:22:50 2007 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Tue Aug 07 19:22:50 2007 +0000 |
tree | a070075cc2f1a3874acd6bcbd558a2f8c755c216 | |
parent | 7de42ce56ef15fbd55cf695024847ac6d4245f08 [diff] [blame] |
fixed DocBlock typo for unset_userdata()
diff --git a/system/libraries/Session.php b/system/libraries/Session.php index 8045017..a0fe562 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php
@@ -436,7 +436,8 @@ /** * Delete a session variable from the "userdata" array * - * @access array + * @access public + * @param array * @return void */ function unset_userdata($newdata = array())