- Timestamp:
- Oct 6, 2006, 9:40:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/page/o_regist_prof_confirm.php
r273 r421 35 35 36 36 $this->set('sid', $sid); 37 session_start();38 $this->set('prof', $_ SESSION['prof']);37 @session_start(); 38 $this->set('prof', $_REQUEST['prof']); 39 39 $this->set('pc_address', $pre['pc_address']); 40 40 $query_list = p_common_c_password_query4null();
Note: See TracChangeset
for help on using the changeset viewer.