Ignore:
Timestamp:
2006/12/28 11:28:18 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php

    r1007 r1008  
    11<?php 
    22 
     3 
     4print("aaaa"); 
    35include '../../../header.php'; 
    46/*$xoopsOption['template_main'] = 'topic_list.html'; 
     
    68*/ 
    79$sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 
    8 print($sql);/* 
     10print($sql); 
     11/* 
    912if ( !$result = $xoopsDB->query($sql) ) { 
    1013    redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED); 
Note: See TracChangeset for help on using the changeset viewer.