/[LeafOK_CVS]/fenglin/www/load_doc_list.inc.php
ViewVC logotype

Diff of /fenglin/www/load_doc_list.inc.php

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

Revision 1.3 by sysadm, Sat Mar 1 09:08:07 2025 UTC Revision 1.4 by sysadm, Thu Mar 6 07:39:50 2025 UTC
# Line 54  function load_class_list($class_name,$se Line 54  function load_class_list($class_name,$se
54          }          }
55          mysql_free_result($rs);          mysql_free_result($rs);
56    
57          echo (" <tr class=title_bar_$style><td><a class=guide href=\"/bbs/class.php?".          echo (" <tr class=title_bar_$style><td>$title&gt;&gt;</td></tr>\n");
                 "cid=$cid\" target=_blank>$title&gt;&gt;</a></td></tr>\n");  
58    
59          $rs_s=mysql_query("select sname from section_config where CID=".          $rs_s=mysql_query("select sname from section_config where CID=".
60                  $cid." and enable order by sort_order",$db_conn)                  $cid." and enable order by sort_order",$db_conn)


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

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