| 37 |
$last_cid = $row_section["CID"]; |
$last_cid = $row_section["CID"]; |
| 38 |
$have_result = false; |
$have_result = false; |
| 39 |
ob_start(); |
ob_start(); |
| 40 |
?> <option value="-<? echo $row_section['CID']; ?>">==<? echo $row_section["c_title"]; ?>==</option> |
?> <option value="-<? echo $row_section["CID"]; ?>">==<? echo $row_section["c_title"]; ?>==</option> |
| 41 |
<? |
<? |
| 42 |
} |
} |
| 43 |
|
|
| 44 |
if ($_SESSION["BBS_priv"]->checkpriv($row_section["SID"], S_POST)) |
if ($_SESSION["BBS_priv"]->checkpriv($row_section["SID"], S_POST)) |
| 45 |
{ |
{ |
| 46 |
$have_result = true; |
$have_result = true; |
| 47 |
?> <option value="<? echo $row_section['SID'];?>"> ├<? echo $row_section["s_title"]; ?></option> |
?> <option value="<? echo $row_section["SID"];?>"> ├<? echo $row_section["s_title"]; ?></option> |
| 48 |
<? |
<? |
| 49 |
} |
} |
| 50 |
} |
} |