Changeset 1052
- Timestamp:
- 2007/01/09 17:56:27 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r1051 r1052 19 19 while ( $myrow = $xoopsDB->fetchArray($result) ) { 20 20 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[]; 27 22 28 23 foreach($myrow as $key => $val){
Note: See TracChangeset
for help on using the changeset viewer.
