Changeset 1055 for temp


Ignore:
Timestamp:
2007/01/09 18:29:19 (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

    r1054 r1055  
    1414while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    1515    foreach($myrow as $key => $val){ 
    16         //$val = mb_convert_encoding($val, "euc-jp"); 
    17          
    1816        switch ($key) { 
    1917            case "topic_response": 
     
    2624                print($val . "\t"); 
    2725                break; 
    28              
    2926        } 
    3027    } 
Note: See TracChangeset for help on using the changeset viewer.