Go to the source code of this file.
Variables | |
| $usid = Yii::app()->user->id | |
| $papid = $_GET['va'] | |
| $result = mysql_query("SELECT * FROM paper WHERE id=$papid") | |
| while ($row=mysql_fetch_array($result)) | |
| $result = mysql_query("SELECT * FROM paper WHERE id=$papid") |
1.8.4