/[LeafOK_CVS]/fenglin/bbs/section_list_dst.inc.php
ViewVC logotype

Diff of /fenglin/bbs/section_list_dst.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Thu Mar 6 02:36:16 2025 UTC Revision 1.2 by sysadm, Fri Mar 28 11:56:54 2025 UTC
# Line 37  Line 37 
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'];?>">&nbsp;&nbsp;├<? echo $row_section["s_title"]; ?></option>  ?>  <option value="<? echo $row_section["SID"];?>">&nbsp;&nbsp;├<? echo $row_section["s_title"]; ?></option>
48  <?  <?
49                  }                  }
50          }          }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1