| 1 |
<? |
<? |
| 2 |
|
require_once "../lib/db_open.inc.php"; |
| 3 |
require_once "../lib/common.inc.php"; |
require_once "../lib/common.inc.php"; |
| 4 |
require_once "../lib/lml.inc.php"; |
require_once "../lib/lml.inc.php"; |
| 5 |
?> |
?> |
| 43 |
if ($page<1) |
if ($page<1) |
| 44 |
$page=1; |
$page=1; |
| 45 |
|
|
|
$db_conn=include "./db_open.inc.php"; |
|
|
|
|
| 46 |
$rs=mysql_query("select section_config.* from section_config left join section_class". |
$rs=mysql_query("select section_config.* from section_config left join section_class". |
| 47 |
" on section_config.CID=section_class.CID where SID=$sid and". |
" on section_config.CID=section_class.CID where SID=$sid and". |
| 48 |
" section_config.enable and section_class.enable and". |
" section_config.enable and section_class.enable and". |