Ignore:
Timestamp:
2007/01/09 17:56:27 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

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

    r1051 r1052  
    1919while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    2020     
    21     $post_sql = 'SELECT max(post_time) FROM xoops_bb_posts group by topic_id WHERE topic_id = ' . $myrow[]; 
    22     if ( !$post_result = $xoopsDB->query($post_sql) ) { 
    23         redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED); 
    24         exit(); 
    25     } 
    26  
     21    //$post_sql = 'SELECT max(post_time) FROM xoops_bb_posts group by topic_id WHERE topic_id = ' . $myrow[]; 
    2722 
    2823    foreach($myrow as $key => $val){ 
Note: See TracChangeset for help on using the changeset viewer.