Changeset 12578
- Timestamp:
- Aug 10, 2009, 6:48:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/do/o_regist_prof.php
r12563 r12578 115 115 session_name('OpenPNEpcregist'); 116 116 @session_start(); 117 $_SESSION['prof'] = $ _REQUEST;117 $_SESSION['prof'] = $prof; 118 118 foreach ($_POST as $key => $value) { 119 119 if ($key != 'sid') unset($_POST[$key]);
Note: See TracChangeset
for help on using the changeset viewer.